SOAP web service

Find and share HowTos to various installations / configurations!
Search

Post Reply
5 posts • Page 1 of 1
rcampos
Posts: 13
Joined: Sun Mar 04, 2018 1:20 pm

SOAP web service

Post by rcampos »

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

User avatar
hpuchegger
Posts: 38
Joined: Fri Oct 08, 2021 10:38 am

Re: SOAP web service

Post by hpuchegger »

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

gschijndel
Posts: 330
Joined: Tue Jan 15, 2019 3:12 pm

Re: SOAP web service

Post by gschijndel »

There seems to be no native/standard WinCC OA way to use a SOAP webservice.

It can be done with the netGet/netPost functions, using a commandline tool or implementing a control extension with something like KDSoap or wsdlpull.

rcampos
Posts: 13
Joined: Sun Mar 04, 2018 1:20 pm

Re: SOAP web service

Post by rcampos »

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

Post by rcampos »

gschijndel wrote: Wed Oct 25, 2023 8:53 am There seems to be no native/standard WinCC OA way to use a SOAP webservice.

It can be done with the netGet/netPost functions, using a commandline tool or implementing a control extension with something like KDSoap or wsdlpull.

We prefer not to use external code, but in this case we will implement a control extension as you suggest.

Thanks for your reply!

Post Reply
5 posts • Page 1 of 1