[xsl] <xs:any> and [!CDATA{ - Simple question

Subject: [xsl] <xs:any> and [!CDATA{ - Simple question
From: Pedro Alves <pedro@xxxxxxxxxxxxxxxx>
Date: Mon, 27 Feb 2006 23:58:34 +0000
Hello. I have a problem regarding weblogics soap response. 

Soap specification has the following:

___________________________________________
<complexType name="detail">
  <sequence>
    <any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </sequence>
  <anyAttribute namespace="##any" processContents="lax"/>
</complexType>
___________________________________________



And the xml I get says something like the following in the middle:


___________________________________________
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Body>
    <soap:Fault>
      <faultcode>
Client
</faultcode>
      <faultstring>
com.altitude.tp.common.TransactionErrorException
</faultstring>
      <detail><![CDATA[
Application fault:
><error><trxNumber>200602160008360421</trxNumber><statusFields><field>824</field></statusFields><errorType>FU</errorType><errorCode>0</errorCode></erro
r>
at com.altitude.tp.logic.AltamiraLogicEJB.parseReturnFields(...)
(...)
]]></detail>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>
___________________________________________


Since I'm not being able to connect axis to that weblogic, I'm trying to
prove my boss that's not my fault :) 


Is that <![CDATA[]] inside the <detail> a valid tag? 



Thanks


-- 
Pedro Alves
pedro.alves@xxxxxxxx

Current Thread