Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
when we use php to respond to a http request,we can use "echo" to return a respond to the one who send request.
So ,my question is ,in thingworx5.0, the one send http request to invoke my service,how can i respond to the request ,like "echo" in php ,rather than send another request to the origin requesting party.