users@jaxb.java.net
Problems with SAML xsd
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
hi_at_safri.net
>
Date
: Fri, 29 Jul 2011 13:48:36 +0000 (GMT)
Hi,
i am new to jaxb and i am trying to build the java classes for the
SAML2 schema.
I build the following schemas into subpackages of saml:
http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema
.xsd
get saml.core
http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/xenc-schema.xsd
gets saml.xenc
http://docs.oasis-open.org/security/saml/v2.0/saml-schema-protocol-2.0
.
xsd
gets saml.protocol
http://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0
.xsd
gets saml.assertion
But all Classes get named *Type.java instead of the class name they
should get.
If for example i use saml.protocol.AuthnRequestType (which should be
AuthnRequest) to generate xml, i get
<authnRequestType ... > ... </authnRequestType>
(yes, with lowercase letter at start) instead of
<AuthnRequest ...> ... </AuthnRequest>
as it should be. the parameters insite the AuthnRequest tag are fine
though.
Any ideas how i can change this?
Thanx,
Heiko
This message
: [
Message body
]
Next message
:
Chris Castle: "Generating Classes for Elements of Differing Case"
Previous message
:
Rotem Yakir: "RE: Generate java classes from XSD using JAXB that extends existing class file"
Next in thread
:
Wolfgang Laun: "Re: Problems with SAML xsd"
Reply
:
Wolfgang Laun: "Re: Problems with SAML xsd"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]