From 98b2fef8151ec090a5a4a1427106f0637398c166 Mon Sep 17 00:00:00 2001 From: pdanner Date: Thu, 15 May 2008 13:42:20 +0000 Subject: 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 --- spss/handbook/clients/webservice/conf/http.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'spss/handbook') 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 -- cgit v1.2.3