The XML-DA client references the XMLDA.NET assembly in place of the web service reference. Depending on the URL: - the XML-DA server is accessed - the call is wrapped to the OPC DA interface and the OPC DA server is accessed through DCOM.
Supports fast access to multiple OPC DA servers and standard web service access to multiple XML-DA servers. All XmlDAClientSDK features are included.
The XMLDA.NET Wrapper is specially interesting for ASP client applications for OPC-DA servers. The ASP application is remotely accessible and may be installed at the location of the OPC-DA server. With XMLDA.NET is has direct access to the OPC-DA server without having to go through another XML serialization. Windows Forms applications have to go through a remote XML-DA gateway to be able to access remote OPC-DA servers.
|