diff --git a/REDIRECT.txt b/REDIRECT.txt
index 0ffb9171..ab4e774b 100644
--- a/REDIRECT.txt
+++ b/REDIRECT.txt
@@ -1,3 +1,5 @@
+Reverse Proxy
+
Der einzige von außen erreichbare Server ist der Wetris Server (Domain u.a. www.schiffsmelder.de).
Um die Konfig möglichst nicht zu ändern, habe ich eine Umleitung eingerichtet.
Zunächst mit HTTP redirect, was aber den Nachteil hat, dass die neu vergebene URL nach aussen sichtbar wird.
diff --git a/Stundensheet.xlsx b/Stundensheet.xlsx
index ae9f7e43..e2d780b4 100644
Binary files a/Stundensheet.xlsx and b/Stundensheet.xlsx differ
diff --git a/nsw/Source/bsmd.dbh.ResponseService/ResponseService.svc.cs b/nsw/Source/bsmd.dbh.ResponseService/ResponseService.svc.cs
index 5c3354b0..2dd81400 100644
--- a/nsw/Source/bsmd.dbh.ResponseService/ResponseService.svc.cs
+++ b/nsw/Source/bsmd.dbh.ResponseService/ResponseService.svc.cs
@@ -1,16 +1,13 @@
using System;
-using System.Collections.Generic;
using log4net;
using bsmd.database;
namespace bsmd.dbh.ResponseService
-{
- // NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "Service1" in code, svc and config file together.
- // NOTE: In order to launch WCF Test Client for testing this service, please select Service1.svc or Service1.svc.cs at the Solution Explorer and start debugging.
+{
public class ResponseService : IResponseService
{
- private ILog _log = LogManager.GetLogger("dbh ResponseService");
+ private readonly ILog _log = LogManager.GetLogger("dbh ResponseService");
public void Root(string Version, string MessageId, string VisitId, string TransitId, DateTime Timestamp,
string SenderReference, bsmd.dbh.response.RootType Type,
@@ -52,8 +49,9 @@ namespace bsmd.dbh.ResponseService
_log.InfoFormat("Visit-Id: {0}", VisitId);
if (!TransitId.IsNullOrEmpty())
_log.InfoFormat("Transit-Id: {0}", TransitId);
- if (Timestamp != null)
- _log.InfoFormat("Timestamp: {0}", Timestamp);
+
+ _log.InfoFormat("Timestamp: {0}", Timestamp);
+
if (SenderReference != null)
_log.InfoFormat("Sender-Reference: {0}", SenderReference);
diff --git a/nsw/Source/bsmd.dbh.ResponseService/bsmd.dbh.ResponseService.csproj b/nsw/Source/bsmd.dbh.ResponseService/bsmd.dbh.ResponseService.csproj
index bb72e175..7be4ae82 100644
--- a/nsw/Source/bsmd.dbh.ResponseService/bsmd.dbh.ResponseService.csproj
+++ b/nsw/Source/bsmd.dbh.ResponseService/bsmd.dbh.ResponseService.csproj
@@ -21,6 +21,7 @@
+
true
@@ -30,6 +31,7 @@
DEBUG;TRACE
prompt
4
+ ..\..\..\..\mtc\puls200.frame\frame.ruleset
pdbonly
diff --git a/nsw/Source/bsmd.dbh.ResponseService/bsmd.dbh.ResponseService.csproj.user b/nsw/Source/bsmd.dbh.ResponseService/bsmd.dbh.ResponseService.csproj.user
index 8fd7ad14..897e45ba 100644
--- a/nsw/Source/bsmd.dbh.ResponseService/bsmd.dbh.ResponseService.csproj.user
+++ b/nsw/Source/bsmd.dbh.ResponseService/bsmd.dbh.ResponseService.csproj.user
@@ -2,6 +2,13 @@
true
+ Debug|Any CPU
+
+
+
+
+
+