OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dss-x message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [dss-x] self-describing DSS-X instances


Hi Andreas,


Hereby some feedback on the XML schema and such.

Why change AnyType exactly?


Kind Regards,
Frank.


OASIS DSS Core 2 Remarks
========================

xml.xsd is missing from the ZIP.

Always found it funny that there was no proper SOAP binding defined. See attachment for a first shot at it.


=== oasis-dss-core-schema-v1.0-os.xsd

When trying to compile with JAX-WS I get:
org.xml.sax.SAXParseException; systemId: file:/home/fcorneli/dssp-2/src/wsdl/oasis-dss-core-schema-v1.0-os.xsd; lineNumber: 1; columnNumber: 703; Unsupported binding namespace "http://annox.dev.java.net". Perhaps you meant "http://java.sun.com/xml/ns/jaxb/xjc"?
Had to remove:
    xmlns:annox="http://annox.dev.java.net"
    jxb:version="2.1" jxb:extensionBindingPrefixes="annox xjc"

=== oasis-dss-base-schema-v2.0-os.xsd

Same error here:
org.xml.sax.SAXParseException; systemId: file:/home/fcorneli/dssp-2/src/wsdl/oasis-dss-base-schema-v2.0-os.xsd; lineNumber: 1; columnNumber: 555; Unsupported binding namespace "http://annox.dev.java.net". Perhaps you meant "http://java.sun.com/xml/ns/jaxb/xjc"?
So had to remove:
    xmlns:annox="http://annox.dev.java.net"
    jxb:version="2.1" jxb:extensionBindingPrefixes="annox xjc"

=== xmldsig-core-schema.xsd

This does not seem to be the original XMLDSig XML schema.
Same error here:
org.xml.sax.SAXParseException; systemId: file:/home/fcorneli/dssp-2/src/wsdl/xmldsig-core-schema.xsd; lineNumber: 23; columnNumber: 579; Unsupported binding namespace "http://annox.dev.java.net". Perhaps you meant "http://java.sun.com/xml/ns/jaxb/xjc"?
So had to remove:
    xmlns:annox="http://annox.dev.java.net"
    jxb:version="2.1" jxb:extensionBindingPrefixes="annox xjc"

=== oasis-sstc-saml-schema-protocol-1.1.xsd

This does not seem to be the original SAML 1.1 XML schema.
org.xml.sax.SAXParseException; systemId: file:/home/fcorneli/dssp-2/src/wsdl/oasis-sstc-saml-schema-protocol-1.1.xsd; lineNumber: 1; columnNumber: 705; Unsupported binding namespace "http://annox.dev.java.net". Perhaps you meant "http://java.sun.com/xml/ns/jaxb/xjc"?
So had to remove:
    xmlns:annox="http://annox.dev.java.net"
    jxb:version="2.1" jxb:extensionBindingPrefixes="annox xjc"



On 01/24/2018 03:49 PM, Andreas Kuehne wrote:
Hi Frank,

good to see you re-joined DSS-X!

Attached id the current core document reflecting our latest discussions
regarding the dss:AnyType. In this version the AnyType is replaced by a
Base64DataType.
As you are interested in Remote Signing I added the schema of the
ChipGateway profile, too.

Greetings,

Andreas
Hi Andreas,


Were can I find the 2.0 XML schema?

I would like to check whether a "Remote Signature" profile with
message-level integrity protection could be easily defined against the
new 2.0 proposal.


Kind Regards,
Frank.


On 01/24/2018 12:47 PM, Andreas Kuehne wrote:
Hi all,


the current version of the base schema includes a set of types to to
self-decribe the DSS-X server instance (e.g. the DescriptionType). There
are similiar concepts around, a popular one is HATEOS.

So I would consider to separate this topic from the DSS-X specification.
Like the TLS details included in core version 1.0 that outdated quickly
the evolving area of instance meta information may render our
specification effort useless.


What's your view on this?

Greetings,

Andreas


      

      

---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that 
generates this mail.  Follow this link to all your TCs in OASIS at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 

-- 
Frank Cornelis
e-Contract.be BVBA
https://www.e-contract.be

Attachment: dss.wsdl
Description: application/wsdl



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]