Forum Discussion

cogvinoth's avatar
cogvinoth
New Contributor
10 years ago

Soap UI Pro - CDATA Parsing

Hi,

I am new to Soap UI and we are currently using Soap UI Pro in our project. Following is the response we get from the services.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<SaveNewResponse xmlns="http://tempuri.org/">
<SaveNewResult><![CDATA[<Root><Status Text="ssOK">1</Status><PrimaryKey>352757</PrimaryKey></Root>]]></SaveNewResult>
</SaveNewResponse>
</soap:Body>
</soap:Envelope>

Can you please let me know how I can store the Primary Key value in a data sink. I am not able to access the variable as its inside the CDATA. Thanks a lot in advance.