HELP! HOW TO GET JSON result??

Hi everyone~
when i use composer +tomcat+webrequest,i can get web request result
Ex: i use “AppState.result.MarkCreditCard1” get MarkCreditCard1 value

but when i used composer+IIS+web request,i can’t get web request result,
because web request result become JSON format,
how to get json result?

pic1:this is composer web request

https://upload.cc/i1/2019/07/31/HPks5B.jpg

pic2:this is composer log,you can find web request result become JSON format

https://upload.cc/i1/2019/07/31/NHDCGn.jpg

Seems more a problem with your WS, you see a \r\n? Those are not valid characters in a WS call. Maybe JSP was goody and let them go, but Net is more strict as it seems

Content type returned from the web service is text/plain - update that if you have control of the web service.

If content type is set to json you might get better results.

Skickat från min F8331 via Tapatalk