I’m using WinCC OA 3.18 p0015.
Is it possible to connect to a SOAP web service using WinCC OA native functions?
I have integrated multiple REST web services with netGet(), netPost()… but I don’t find a way to get information from a SOAP one.
Best regards
SOAP web service
- hpuchegger
- Posts:86
- Joined: Fri Oct 08, 2021 10:38 am
Re: SOAP web service
Have you already viewed our online documentation on SOAP topics?
https://www.winccoa.com/documentation/W ... Query=soap
Maybe there are some helpful hints regarding your question.
Br, Herbert
https://www.winccoa.com/documentation/W ... Query=soap
Maybe there are some helpful hints regarding your question.
Br, Herbert
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
- rcampos
- Posts:13
- Joined: Sun Mar 04, 2018 1:20 pm
Re: SOAP web service
hpuchegger wrote: ↑ Tue Oct 24, 2023 3:30 pm Have you already viewed our online documentation on SOAP topics?
https://www.winccoa.com/documentation/W ... Query=soap
Maybe there are some helpful hints regarding your question.
Br, Herbert
Thanks you for your reply, but in this case, the reference to SOAP in the WinCC OA help are only related to BIRT.
- rcampos
- Posts:13
- Joined: Sun Mar 04, 2018 1:20 pm
Re: SOAP web service
We prefer not to use external code, but in this case we will implement a control extension as you suggest.
Thanks for your reply!