Skip to content
Snippets Groups Projects
Commit b79717d3 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-6239 Use listVersionID expected by xta-client-lib schema

parent f75c2e70
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ import genv3.de.xoev.transport.xta.x211.XTAWSTechnicalProblemExceptionType; ...@@ -18,7 +18,7 @@ import genv3.de.xoev.transport.xta.x211.XTAWSTechnicalProblemExceptionType;
public interface ExceptionMapper { public interface ExceptionMapper {
String ERROR_CODE_LIST_URN = "urn:de:xta:webservice:codeliste:fehlernummer"; String ERROR_CODE_LIST_URN = "urn:de:xta:webservice:codeliste:fehlernummer";
String ERROR_CODE_LIST_VERSION = "2.0.0"; String ERROR_CODE_LIST_VERSION = "1.0";
String ERROR_CODE_PARAMETER_MISSING = "9020"; String ERROR_CODE_PARAMETER_MISSING = "9020";
String ERROR_CODE_PARAMETER_MISSING_DESCRIPTION = "Notwendige Parameter nicht vorhanden"; String ERROR_CODE_PARAMETER_MISSING_DESCRIPTION = "Notwendige Parameter nicht vorhanden";
String ERROR_CODE_INTERNAL_TECHNICAL_PROBLEM = "9030"; String ERROR_CODE_INTERNAL_TECHNICAL_PROBLEM = "9030";
......
protocolMetadata:
softwareManufacturer: "Nortal AG"
softwareName: "Dummy Produkt"
softwareVersion: "1.0.0"
street: "Knesebeckstraße"
streetNo: "1"
zipCode: "10623"
city: "Berlin"
addressAddition: null
clientProperties:
serverUrl:
managementPort: "https://localhost:9443/services/XTAService/ManagementPort"
sendPort: "https://localhost:9443/services/XTAService/MsgBoxPort"
msgBoxPort: "https://localhost:9443/services/XTAService/SendXtaPort"
checkHostnameInCertificate: true
keyStore: "classpath:store/john_smith_xta_tester.p12"
keyStorePassword: "password"
keyPassword: "password"
keyAlias: null
trustStore: "classpath:store/xta-test-server_truststore.jks"
trustStorePassword: "password"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment