简体   繁体   中英

Using CDATA in XML as Parameter

I have a soap request xml which takes a xml string as parameter. Using postman I am getting this error. Please help me to solve this issue. I tried many ways but failed.

在此处输入图像描述

Now, facing another issue after using CDATA suggested by @Yitzhak Khabinsky.

在此处输入图像描述

As you can see in the above picture I am getting "SUCCSS" message but the tpXmlData parameter which takes xml string always sending null while execution via postman.

Here is my SOAP Envelop:

在此处输入图像描述

I have solved the issue like this:

<![CDATA[]]>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM