EAIWS provides a SOAP-API which can be used directly using .NET, Java or any other language with SOAP support. For JavaScript the eaiws wrapper of the W-CF framework can be used.
W-CF is a Javascript framework which provides a wrapper for the EAIWS SOAP-API. It is hosted on NPM
under the name @easterngraphics/wcf
. After installing it can be used like this:
import { EaiwsSession } from "@easterngraphics/wcf/modules/eaiws";
var session = new EaiwsSession();
session.connect(...);
Please follow the W-CF documentation for further details.
Generated using TypeDoc