You are defining "xmlns:ds=...", but use "dss" as prefix in the
elements. Perhaps this is the problem?
Laura Baño schrieb:
I’m working with axis 1_2RC3 with xml documents. I wonder how to
preserve the original data, so it isn’t omitted the namespaces that have
appeared before. Is there any way to get this? The matter is the next one:
<dss:VerifyRequest xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:ns="http://www.openuri.org/"
xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" …>
…
<dss:XMLData>
<prueba xmlns:ns="http://www.openuri.org/">prueba</prueba>
</dss:XMLData
</dss:VerifyRequest>
The problem occurs when I try to retrieve the data, I only can retrieve
the string “<prueba>prueba</prueba>”. Does anybody know how can I obtain
the full string?