Wondering what I'm doing wrong in this simple Call Web Service soap call. I'm trying to insert a variable that is an xml child node. However, the web service is returning an error thinking the variable is text. Any ideas? I can't use the Update XML here because there is a CDATA required.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m="http://tempuri.org//ServiceExecuteProcess">
<soap:Header>
</soap:Header>
<soap:Body>
<Add>
<EntityPerson>{Variable}</EntityPerson>
etc