Skip to main content
ParseError: invalid XmlNode (click for details)
Callstack:
    at (Template:Custom/Views/Header), /content/body/pre[1], line 8, column 99
    at (Visualization_and_Supervisory_Control/DA_//_OI_Servers/Maximize_&_Optimize/TN_OI-108_Triggering_Web_Services_Operations), /content/body/p[14]
InSource Solutions

TN OI-108 Triggering Web Services Operations

ArticleLogic

Description

This article from InSource shows how to trigger an operation from the Wonderware Web Services OI Server.

  • Author:  Rich Brooks
  • Published:  1/2/2020
  • Applies to:  WEBSVC OI Server v1.0 and higher

Details

The Wonderware Web Services OI Server allows for an operation to be triggered on demand.  This tech note describes how to setup an on demand trigger for the Simple Object Access Protocol (SOAP) option.  SOAP is a SML-based web services access protocol.  

Start by entering the WSDL URL for the web service and click on the Connect button.

Capture1.PNG

The driver may be used to read from or write to tags configured for an operation of the Web Service.  One or more Operations will be returned to populate a dropdown list.

Capture2.PNG

Type in the Value column to update the tag name (furnaceid in this example).  Clicking on the Test button will write this value to the web service operation.

Capture3.PNG

The Web Service will return the results as shown above.  Configure the Operation for on demand use by entering a zero for the Update Interval.

Capture4.PNG

Trigger the web request on demand by setting the $op$ww.get.run reference ($op$soap.getnetworidoffurnace.run in this example ) to true.  It will reset back to zero after the operation is triggered.

  • Was this article helpful?