search

Home  >  Q&A  >  body text

php - Questions about webservice return value

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?

为情所困为情所困2826 days ago572

reply all(1)I'll reply

  • 世界只因有你

    世界只因有你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[]]> !

    reply
    0
  • Cancelreply