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
Wincc OA intergration with HTTP method " RESTful service"
Search
-
- Posts: 1
- Joined: Tue Mar 12, 2019 4:49 pm
-
- Posts: 207
- Joined: Tue Jan 15, 2019 2:12 pm
Re: WinCC OA integration with HTTP method "RESTful service"
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.
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.