diff options
Diffstat (limited to 'spss/handbook/clients')
-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 |