Hello everybody
Someone has experience in implementing a SOAP interface in WinCC OA, same as xmlRPC?
Thanks for all useful hints or suggestions.
regards
SOAP for Communication with other System
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: SOAP for Communication with other System
I remember implementing a SOAP interface to a Barco Apolly system (videowall).
I used gsoap ( https://en.wikipedia.org/wiki/GSOAP ) to generate a C++ wrapper which i then used from a C++ Control DLL.
It is quite some years ago. I'm pretty sure that I first looked at scripting. Not sure why I decided to go for C++
Good luck
"share the fun"
Frenk Mulder
I used gsoap ( https://en.wikipedia.org/wiki/GSOAP ) to generate a C++ wrapper which i then used from a C++ Control DLL.
It is quite some years ago. I'm pretty sure that I first looked at scripting. Not sure why I decided to go for C++
Good luck
"share the fun"
Frenk Mulder
- juma4
- Posts:42
- Joined: Thu Jun 30, 2011 2:23 pm
Re: SOAP for Communication with other System
Thank you for your hint. This helped me a lot.
- lukas.schopp
- Posts:39
- Joined: Wed Nov 03, 2010 2:40 pm
Re: SOAP for Communication with other System
Hello,
may you have a look on the reporting manager of OA.
This is a SOAP manger with some defined functions.
Maybe this helps?.
Best wishes
Lukas Schopp
WinCC OA Product Manager
may you have a look on the reporting manager of OA.
This is a SOAP manger with some defined functions.
Maybe this helps?.
Best wishes
Lukas Schopp
WinCC OA Product Manager
- juma4
- Posts:42
- Joined: Thu Jun 30, 2011 2:23 pm
Re: SOAP for Communication with other System
Guten Morgen Herr Schopp
Ich hoffe ich kann hier auch in Deutsch schreiben.
Ist es möglich zusätzliche Funktionen zum Reporting Manager hinzuzufügen?
Ich benötige die Möglichkeit Datenpunkte zu setzten, und eine quittierung zu senden.
Grüsse aus der Schweiz
Markus Junker
Ich hoffe ich kann hier auch in Deutsch schreiben.
Ist es möglich zusätzliche Funktionen zum Reporting Manager hinzuzufügen?
Ich benötige die Möglichkeit Datenpunkte zu setzten, und eine quittierung zu senden.
Grüsse aus der Schweiz
Markus Junker
- Andorhal
- Posts:127
- Joined: Wed Nov 12, 2014 8:04 am
Re: SOAP for Communication with other System
Hallo Hr. Junker,
bitte haben sie Verständnis - damit alle Forumsmitglieder an der Kommunikation teilhaben können - das die primäre Sprache hier Englisch ist.
Currently it is not possible to have a dpSet or alarm acknowledgement via the Reporting Manager as it only provides the (unidirectional) predefined functions.
BTW: The Manager also uses an implementation based on gSOAP.
Best regards
Robert Weinberger
bitte haben sie Verständnis - damit alle Forumsmitglieder an der Kommunikation teilhaben können - das die primäre Sprache hier Englisch ist.
Currently it is not possible to have a dpSet or alarm acknowledgement via the Reporting Manager as it only provides the (unidirectional) predefined functions.
BTW: The Manager also uses an implementation based on gSOAP.
Best regards
Robert Weinberger