Hi All,
I'm doing a simple RFC Lookup (using RFC Lookup API) from XI to ECC. But the RFC response XML (from ECC to XI) contains CDATA (as below); hence my lookup is failing to parse it. I'm not sure why this is happening. Please suggest the ways to reslove it.
<![CDATA[<?xml version="1.0" encoding="UTF-8"?><rfc:ZSCE_RFC_LOOKUP.Response xmlns:rfc="urn:sap-com:document:sap:rfc:functions"><RESULT1>2</RESULT1><RESULT2>1.000-</RESULT2></rfc:ZSCE_RFC_LOOKUP.Response>]]>
Thanks,
Joe.