"No response object"

You could fork the wire and recombine with a join node, then move the payload from the python back to msg.payload. this will preserve the msg.res property.
here is an e example .

[{"id":"e558b242.7545d8","type":"http in","z":"b779de97.b1b46","name":"","url":"/testres","method":"get","upload":false,"swaggerDoc":"","x":120,"y":4020,"wires":[["3066adcc.171432","a7e16621.0a5e98"]]},{"id":"3066adcc.171432","type":"change","z":"b779de97.b1b46","name":"simulate python node","rules":[{"t":"delete","p":"res","pt":"msg"},{"t":"delete","p":"req","pt":"msg"},{"t":"set","p":"topic","pt":"msg","to":"out","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"new payload","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":250,"y":4100,"wires":[["e24596fe.21c638"]]},{"id":"a7e16621.0a5e98","type":"change","z":"b779de97.b1b46","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"in","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":310,"y":4020,"wires":[["e24596fe.21c638"]]},{"id":"e24596fe.21c638","type":"join","z":"b779de97.b1b46","name":"","mode":"custom","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":false,"timeout":"","count":"2","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":490,"y":4020,"wires":[["7b065495.841a3c"]]},{"id":"7b065495.841a3c","type":"change","z":"b779de97.b1b46","name":"","rules":[{"t":"move","p":"payload.out","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":690,"y":4020,"wires":[["2f2c1603.e05c4a"]]},{"id":"2f2c1603.e05c4a","type":"http response","z":"b779de97.b1b46","name":"","statusCode":"","headers":{},"x":850,"y":4020,"wires":[]},{"id":"16627390.3c7064","type":"inject","z":"b779de97.b1b46","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":200,"y":3900,"wires":[["285b8f7f.973a6"]]},{"id":"285b8f7f.973a6","type":"http request","z":"b779de97.b1b46","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"http://192.168.1.25:1880/testres","tls":"","persist":false,"proxy":"","authType":"","x":370,"y":3880,"wires":[["41fb5918.053a8"]]},{"id":"41fb5918.053a8","type":"debug","z":"b779de97.b1b46","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":580,"y":3900,"wires":[]}]
1 Like