hello again,
I tried again in netbeans, and I got the message like this
"com.sun.xml.ws.protocol.soap.MessageCreationException: Couldn't create SOAP message due to exception: XML reader error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF; was expecting a close tag for element at : "
I put policy.xml and request.xml in webservice server side. And I want to get the response in client side. But it shows exception error for xml reader.
How could I get the right response
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
recently I 'm using sun's xacml 1.2 by eclipse
I made up a Xacml_PDP.java to run it for testing policy and request to get the right response.
Xacml_PDP.java
Fortuately I get the permit response by using the policy and request in
http://wiki.orbeon.com/forms/community/contributions/xacml-pdp-processor
But if I create the Xacml_PDP into webservice and create a client.
In client side I'll always get the strange response like this
Even though I delete the files policy.xml and request.xml, the client side will still get the strange response.
I don't know how to debug.
Is there somebody know what's the problem?
Please help me, thank you.
Hello,
please don't look at the sentences between "Xacml_PDP.java" and "import java.io.FileInputStream;"
thanks
hello again,
I tried again in netbeans, and I got the message like this
"com.sun.xml.ws.protocol.soap.MessageCreationException: Couldn't create SOAP message due to exception: XML reader error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF; was expecting a close tag for element at : "
I put policy.xml and request.xml in webservice server side. And I want to get the response in client side. But it shows exception error for xml reader.
How could I get the right response