Skip to main content
Nintex Community Menu Bar

Variables in Call Web Service

  • June 11, 2019
  • 1 reply
  • 18 views

Forum|alt.badge.img+1

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

1 reply

Forum|alt.badge.img+14
  • Scholar
  • June 11, 2019

what does " the web service is returning an error thinking the variable is text" exactly means?

does it support XML to be supplied for that parameter?

if it supports it, doesn't XML need to be XML-encoded?