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.
I have done all the settings and licensing but I can't see the current values what could be the problem
Link copied. Please paste this link to share this article on your social media post.
Could be a lot of reasons, what i usualy do is run the extention in VB Test Explorer (debug) and add breakpoints in the code, first i check the response of the API where i fetch the data to see if i even get values returned from there, could be your API key is not valid or any other error, when i see the received dataset is valid i continue with breakpoints to check where it might go wrong..
When the debug is passing the tests then i proceed to add the extention to the framework...
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
No, but i have no clue what you are trying to do, your URL is pointed to a SOAP endpoint at your localhost but i asume your weather service is not on your localhost and neither a SOAP endpoint.. (should be REST as far as i know)
Normally you have the wsdl when having a EWS but that would be localhost:portnr/EcoStruxure/DataExchange?singleWsdl
As suggested before, first run the extention in Visual Studio Test Explorer, debug it, make sure your endpoint is reachable and returning the weather data and then deploy it to the framework..
Link copied. Please paste this link to share this article on your social media post.
i have runned the extention in Visual Studio Test Explorer and add breakpoint and deploy , i have started to see current values from SC Portal, and for make a SOAP web service call to our EWS endpoint with SoapUI , i have used as WSDL location http://localhost:5300/SmartConnectorWeatherService?singleWSDL i get error <java.lang.Exception: Failed to load url >
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.