SmartConnector Forum
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-12-18 11:45 AM . Last Modified: 2019-12-18 11:49 AM
Link copied. Please paste this link to share this article on your social media post.
What you would want to do is write a Custom EWS Server, and a custom SetValuesProcessor. Each request that is received from an EWS SOAP client to a native SmartConnector EWS Server is handled by a unique request processor; in this case, your "SetValuesProcessor" will provide custom handling for the "SetValues" method.
When you get a request sent to the server, you will know when values are changed. In that custom processor, when a successful SetValues happens, add custom logic to do what you want with that information.
Posted: 2019-12-18 11:45 AM . Last Modified: 2019-12-18 11:49 AM
Link copied. Please paste this link to share this article on your social media post.
What you would want to do is write a Custom EWS Server, and a custom SetValuesProcessor. Each request that is received from an EWS SOAP client to a native SmartConnector EWS Server is handled by a unique request processor; in this case, your "SetValuesProcessor" will provide custom handling for the "SetValues" method.
When you get a request sent to the server, you will know when values are changed. In that custom processor, when a successful SetValues happens, add custom logic to do what you want with that information.
Link copied. Please paste this link to share this article on your social media post.
Thank you Nick!
Mike
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.