It just looks like your service returns a result of type xs:string, which actually contains an XML document that is not yet parsed. You can parse it with XSLT, see for example:
http://www.orbeon.com/community/faq#2.21
-Erik
[EMAIL PROTECTED] wrote:
> I'm trying to consume a webservice made in Delphi
> My problem is that the result is a XML (a delphi datapacket-like), but it is escaped
> I mean <,>, etc.. are < > etc.
> And when I try to use the XSLT processor, I can't reference /return/DATAPACKET/ ...
> it doesn't work the way it is....
>
> Any idea ?
>
> Example
>
> <?xml version="1.0" encoding="utf-8"?>
> <return xmlns:delegation="http://orbeon.org/oxf/xml/delegation" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:f="http://orbeon.org/oxf/xml/formatting" xmlns:p="http://www.orbeon.com/oxf/pipeline" xsi:type="xsd:string"><?xml version="1.0" encoding="UTF-8"?>
> <DATAPACKET><METADATA><FIELDS><FIELD attrname="CLIENT_ID" fieldtype="string" width=""/><FIELD attrname="DELEGATE_ID" fieldtype="string" width=""/><FIELD attrname="ID_TYPE" fieldtype="string" width=""/><FIELD attrname="SYS_CODE" fieldtype="string" width=""/><FIELD attrname="PROFILE_CODE" fieldtype="string" width=""/><FIELD attrname="PWD_CHANGE" fieldtype="string" width=""/><FIELD attrname="MUESTRA_DATOS" fieldtype="string" width=""/><FIELD attrname="MUESTRA_CONTRATO" fieldtype="string" width=""/><FIELD attrname="ES_FISICA" fieldtype="string" width=""/></FIELDS></METADATA><ROWDATA><ROW CLIENT_ID="11013919" DELEGATE_ID="107710332" ID_TYPE="WEBID" SYS_CODE="WB" PROFILE_CODE="WBP" PWD_CHANGE="N" MUESTRA_DATOS="N" MUESTRA_CONTRATO="N" ES_FISICA="S"/></ROWDATA></DATAPACKET>
> </return>
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
