Hello Dear ALL:
I want to generate the xacml request with <request> tag namespace content
for example a request start with <Request xmlns="urn:oasis:names:tc:xacml:2.0:context:schema:os" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xacml:2.0:context:schema:os http://docs.oasis-open.org/xacml/access_control-xacml-2.0-context-schema-os.xsd">
I use the SampleRequestBuilder.java in the sample archive to generate the request but I only can generate the blank <request> tag with no namespace content.
So any tips ?
BTW,I'm using Sun XACML Implementation 1.2 edition.
Thanks!!
Kay |