diff options
author | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-11-30 15:05:21 +0000 |
---|---|---|
committer | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-11-30 15:05:21 +0000 |
commit | ebede55b888e8232cef37a2f4b40dbb0746dd28a (patch) | |
tree | 2091eee0c88bed1bcff5a6531d94bac92dc33ba2 /bkucommon/src/test/resources/MOA-SPSS-1.3.wsdl | |
parent | 2573a0bde88b31d08db21a57f296bacf7c99dc14 (diff) | |
download | mocca-ebede55b888e8232cef37a2f4b40dbb0746dd28a.tar.gz mocca-ebede55b888e8232cef37a2f4b40dbb0746dd28a.tar.bz2 mocca-ebede55b888e8232cef37a2f4b40dbb0746dd28a.zip |
Added test classes for creating a signature with MOCCA and sending it to MOA-SP for verification.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@557 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/src/test/resources/MOA-SPSS-1.3.wsdl')
-rw-r--r-- | bkucommon/src/test/resources/MOA-SPSS-1.3.wsdl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bkucommon/src/test/resources/MOA-SPSS-1.3.wsdl b/bkucommon/src/test/resources/MOA-SPSS-1.3.wsdl index 29f3e25d..8ec61420 100644 --- a/bkucommon/src/test/resources/MOA-SPSS-1.3.wsdl +++ b/bkucommon/src/test/resources/MOA-SPSS-1.3.wsdl @@ -51,11 +51,7 @@ </binding> <service name="SignatureVerificationService"> <port name="SignatureVerificationPort" binding="tns:SignatureVerificationBinding"> - <!-- - Please note that the location URL must be adapted to the actual service URL. - <soap:address location="http://localhost/moa-spss/services/SignatureVerification"/> - --> - <soap:address location="http://localhost:8080/moa-spss/services/SignatureVerification"/> + <soap:address location="http://localhost:8088/moa-spss/services/SignatureVerification"/> </port> </service> </definitions> |