Skip to content

Commit

Permalink
#466: support for eCH-0213, eCH-0214, eCH-0215
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Jan 29, 2025
1 parent 05a6e4b commit 1c7c697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public List<InteractionId> getInteractionIds() {
}

private final static WsTransactionConfiguration<WsAuditDataset> ECH_0213_CONFIG = new WsTransactionConfiguration<>(
"ech-ech0213",
"ech-0213",
"EPR-SPID Management Service",
false,
null,
Expand All @@ -57,14 +57,14 @@ public List<InteractionId> getInteractionIds() {
Ech0213PortType.class,
new QName("http://www.zas.admin.ch/wupispid/ws/managementService/1", "SpidManagementServiceBindingV1"),
false,
"wsdl/ech0213.wsdl",
"wsdl/ech-0213.wsdl",
true,
false,
false,
false);

private final static WsTransactionConfiguration<WsAuditDataset> ECH_0214_CONFIG = new WsTransactionConfiguration<>(
"ech-ech0214",
"ech-0214",
"EPR-SPID Query Service",
false,
null,
Expand All @@ -73,7 +73,7 @@ public List<InteractionId> getInteractionIds() {
Ech0214PortType.class,
new QName("http://www.zas.admin.ch/wupispid/ws/queryService/2", "SpidQueryServiceBindingV2"),
false,
"wsdl/ech0214.wsdl",
"wsdl/ech-0214.wsdl",
true,
false,
false,
Expand Down

0 comments on commit 1c7c697

Please sign in to comment.