diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-12-13 04:06:05 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-12-13 04:06:05 +0000 |
commit | 438727ab21b5e80d1771279b988d6aed57ba3ab1 (patch) | |
tree | 1de5dc68467b378d7ece4a1119ac539dca6462c9 /STALXService | |
parent | da6c49cbea9c80ad057a5fc3b698ce14ad9a7415 (diff) | |
download | mocca-438727ab21b5e80d1771279b988d6aed57ba3ab1.tar.gz mocca-438727ab21b5e80d1771279b988d6aed57ba3ab1.tar.bz2 mocca-438727ab21b5e80d1771279b988d6aed57ba3ab1.zip |
Add ExcludedByteRange to STAL SignatureRequest, honour it for digest calculation
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1264 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'STALXService')
-rw-r--r-- | STALXService/src/main/resources/wsdl/stal.xsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/STALXService/src/main/resources/wsdl/stal.xsd b/STALXService/src/main/resources/wsdl/stal.xsd index f102d215..9b77f0f9 100644 --- a/STALXService/src/main/resources/wsdl/stal.xsd +++ b/STALXService/src/main/resources/wsdl/stal.xsd @@ -134,6 +134,12 @@ </element> <element name="SignatureMethod" type="string" minOccurs="0"/> <element name="DigestMethod" type="string" minOccurs="0"/> + <element name="ExcludedByteRange" minOccurs="0"> + <complexType> + <attribute name="from" type="unsignedLong" use="required"/> + <attribute name="to" type="unsignedLong" use="required"/> + </complexType> + </element> </sequence> </extension> </complexContent> |