Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Introduction

Warning

The embedded SOAP PI service is being phased out. Please use the PI Since 2022.02 the embedded REST service is used instead.

The embedded Fews PI service is a SOAP service hosted by a FEWS client instance (SA/OC/headless) ande uses XFire, a java SOAP framework. This framework allows a client application to obtain a proxy instance to the FewsPiService API hosted by a FEWS client. With this API the client can retrieve data from or write data to a FEWS client instance. Before a client application can access the FEWS system there is some configuration work that needs to be done.

...

Description of the methods provided by the Embedded Fews PI Service API.

 


Note
titleargument naming

Note! Please note that the argument names generated by XFire for the embedded FewsPiService are not descriptive. So in the section below we added descriptive identifiers to make the documentation more clear. When writing a client application always use the argument names provided in the fewsPiServiceWSDL.xml.

 


Getter methods

Anchor
getClientConfigFile
getClientConfigFile

...

PiServiceRunIfdTasks=true 


Conversion methods

Code Block
float[] convertToDisplayUnitValue(String in0, float[] in1);

...