diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2008-05-15 13:42:20 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2008-05-15 13:42:20 +0000 |
commit | 98b2fef8151ec090a5a4a1427106f0637398c166 (patch) | |
tree | f81aafab343e5798b41d74322a12170a5f2e7390 | |
parent | 129c37d99d95ae80409d5312620b0cc0dbb8ae7c (diff) | |
download | moa-id-spss-98b2fef8151ec090a5a4a1427106f0637398c166.tar.gz moa-id-spss-98b2fef8151ec090a5a4a1427106f0637398c166.tar.bz2 moa-id-spss-98b2fef8151ec090a5a4a1427106f0637398c166.zip |
http-Urls und sign default-Wert wieder eingetragen
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1077 d688527b-c9ab-4aba-bd8d-4036d912da1d
-rw-r--r-- | spss/handbook/clients/webservice/conf/http.properties | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/spss/handbook/clients/webservice/conf/http.properties b/spss/handbook/clients/webservice/conf/http.properties index a75f0dfa9..54112fd63 100644 --- a/spss/handbook/clients/webservice/conf/http.properties +++ b/spss/handbook/clients/webservice/conf/http.properties @@ -11,11 +11,12 @@ signServiceQName = SignatureCreation # Zugangspunkt des Webservices signServiceEndPoint = https://localhost:8443/moa-spss/services/SignatureCreation +#signServiceEndPoint = https://localhost:8443/moa-spss/services/SignatureCreation # Name des zu sendenden Signaturerstellungsrequests (entweder absolute # oder relative Pfadangabe; eine relative Pfadangabe wird relativ zum # Arbeitsverzeichnis der Java VM interpretiert) -#signRequest = resources/requests/CreateXMLSignatureRequest.Simple.xml +signRequest = resources/requests/CreateXMLSignatureRequest.Simple.xml #signRequest=resources/requests/CreateXMLSignatureRequest.Refs.xml #signRequest=resources/requests/CreateXMLSignatureRequest.Transforms.xml #signRequest=resources/requests/CreateXMLSignatureRequest.Supplements.xml @@ -29,8 +30,8 @@ signServiceEndPoint = https://localhost:8443/moa-spss/services/SignatureCreation verifyServiceQName = SignatureVerification # Zugangspunkt des Webservices - -verifyServiceEndPoint = https://localhost:8443/moa-spss/services/SignatureVerification +verifyServiceEndPoint = http://localhost:8080/moa-spss/services/SignatureVerification +#verifyServiceEndPoint = https://localhost:8443/moa-spss/services/SignatureVerification # Name des zu sendenden Signaturprüfrequests (entweder absolute # oder relative Pfadangabe; eine relative Pfadangabe wird relativ zum |