Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are 5 samples in rampart . The behaviour of these samples depend on policy files and attached policies in services.xml. When guththila xml parser is used to parse these xml documents it does not parse the xml correctly. For an example I have attached the services.xml used in rampart/samples/scenario5. I have tried to parse this xml using axiom/test/om/test_om.c. But it does not parse correctly. It fails to return the text value inside the following element.
<rampc:ReceiverCertificate>/home/manjula/axis2/c/deploy/bin/samples/rampart/keys/bhome/alice_cert.cert</rampc:ReceiverCertificate>
when I debug it seems to me some problem in the guththila_token_close method.
please change the AXIS2C_HOME string in the attached file to home/manjula/axis2/c/deploy when you are testing with test_om.