Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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.