Use soapUI to debug the project. The parameters are the parameters passed by the pad. It should run a return value in json format, but now I don’t know why the json parameter is wrapped by <!CDATA[]]>. Who knows why? Is there something wrong with the writing of the wsdl file?
世界只因有你2017-05-16 12:04:21
No problem, <!CDATA[]]> ensures that the return value is not escaped. I don’t know what tool you use to parse json. Normally parsed values will automatically remove <!CDATA[]]> !