Skip to content

Commit

Permalink
Merge pull request #140 from sopgreg/BDEWPMode_Typo
Browse files Browse the repository at this point in the history
Fix small typo resulting from copy&paste
  • Loading branch information
phax authored Jun 28, 2023
2 parents 29f1667 + 0b2992d commit d339c0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public final class BDEWPMode
public static final String SERVICE_MARKTPROZESSE = "https://www.bdew.de/as4/communication/services/MP";
public static final String SERVICE_FAHRPLAN = "https://www.bdew.de/as4/communication/services/FP";
public static final String SERVICE_REDISPATCH_2_0 = "https://www.bdew.de/as4/communication/services/RD";
public static final String SERVICE_REDISPATCH_KWEP = "https://www.bdew.de/as4/communication/services/KW";
public static final String SERVICE_REDISPATCH_SOGL = "https://www.bdew.de/as4/communication/services/SO";
public static final String SERVICE_KWEP = "https://www.bdew.de/as4/communication/services/KW";
public static final String SERVICE_SOGL = "https://www.bdew.de/as4/communication/services/SO";

public static final String ACTION_DEFAULT = "http://docs.oasis-open.org/ebxml-msg/as4/200902/action";
public static final String ACTION_TEST_SERVICE = "http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/test";
Expand Down

0 comments on commit d339c0e

Please sign in to comment.