Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

How to exchange data from SBO to Client RestFul through EWS Gateway

SmartConnector Forum

Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure Building
  • SmartConnector
  • SmartConnector Forum
  • How to exchange data from SBO to Client RestFul through EWS Gateway
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
JeffBowman
Sisko JeffBowman Sisko
164
ardak
ardak Schneider Alumni (Retired)
34
sesa180908_brid
Commander sesa180908_brid Commander
34
mike_meirovitz
Commander mike_meirovitz
21
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to SmartConnector Forum
sesa450478_brid
sesa450478_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-11-16 05:03 AM

0 Likes
8
1071
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-16 05:03 AM

How to exchange data from SBO to Client RestFul through EWS Gateway

Hi everyone,

I want to create a worker that  exchange some values from an AS to a Client RestFul (for example Postman) through RESTful EWS Gateway.

Could I kindly have a simple example to create this worker?

Thank you in advance for your cooperation.

Reply
  • All forum topics
  • Previous Topic
  • Next Topic
Replies 8
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-11-16 06:06 AM

1 Like
4
926
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-16 06:06 AM

Michelle,

If you haven't already, please review the SmartConnector RESTful EWS Gateway.pdf documentation.

  • Section 5.2 Provisioning and Configuring Endpoints covers how to configure your endpoint in SmartConnector.  You will be using the SoapEwsRestProvider for an SBO AS.
  • Section 6 covers the built in Swagger interface.  From this you can experiment with commands on retrieving and manipulating data.  Each section also gives you the CURL command info which would be useful in using other tools.

Also, check out Austen's post on this forum here: Sample to use RESTful gateway by using http client tools

If you have more specific questions, please feel free to post them here.

Reply
sesa450478_brid
sesa450478_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-11-20 02:38 AM

0 Likes
3
926
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-20 02:38 AM

Hi Mark,

I did the following step:

1) Adding REST Endpoint:

sc.png

2)  I created a value inside the AS;

3) I entered the username and password of my AS in the Swagger interface, but I have the following Alert  :

sc3.png

Thank you in advance for your cooperation.

BR

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-11-20 05:43 AM

0 Likes
2
926
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-20 05:43 AM

Michele,

Go to the Status page and click the Active Endpoints tab.  Do you see your endpoint listed?  If not, open the Endpoint Configuration Detail page for that endpoint.  Click the Validate button?  Where there are issues listed?  If not, click the Start button.  Go back to the Status Page/Endpoints tab.  Is your endpoint listed now?  If not, go to the Setup-Logging Filters page and confirm Rest and EwsClient are included.  Change if not.  Go to the Setup-Service Settings page and confirm Logging Level is "Debug".  Change if not.  Then retry the above steps and send the log file.

Reply
sesa450478_brid
sesa450478_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-11-20 06:55 AM

0 Likes
1
926
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-20 06:55 AM

Hi Mark,

I can see my Endpoint:

sc4.png

I attached my Log file.

Thanks so much

BR

Attachments
2017-11-20.log.zip
Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2017-11-20 06:59 AM

0 Likes
1
926
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-20 06:59 AM

Hi Michelle,

This may be a dumb question, but have you logged into your AS yet to change it from the default password or has your AS password expired?

Also, what version of SBO is your AS?

Regards,

-Jeff

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-11-20 07:27 AM

0 Likes
0
926
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-20 07:27 AM

There is an error message in there that says there is nothing listening on the address you configured.  You need to confirm what you configured.  Also, if not using the standard port, you must include that as well.  e.g. http://localhost:8080/EcoStruxure/DataExchange.

Reply
sesa450478_brid
sesa450478_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-11-20 07:28 AM

0 Likes
0
926
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-20 07:28 AM

Hi Jeffrey,

yes, I entered the username and password inside my AS for create a value:

sc5.png

The version of SBO is: 1.8.1.87

BR

Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2017-11-29 06:32 AM

0 Likes
0
926
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-11-29 06:32 AM

Hi Michele,

Were you able to figure out where you disconnect was?


Regards,

-Jeff

Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

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.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of