Wincc OA intergration with HTTP method " RESTful service"

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
hossam.saad
Posts:1
Joined: Tue Mar 12, 2019 5:49 pm

Wincc OA intergration with HTTP method " RESTful service"

Post by hossam.saad »

I am trying to do integration with some system which require using the HTTP method " RESTful service

it is my first time to use this type of communication and I need to use the script crtl language for this integration

could you please guide me how to start in this task

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

Re: WinCC OA integration with HTTP method "RESTful service"

Post by gschijndel »

For using a REST interface you could use the netDelete/netGet/netPost/netPut functions.

For providing a REST interface you would need to use 'httpServer()' to install the webserver and 'httpConnect()' to connect your function to the interface url.

2 posts • Page 1 of 1