XMLDA.NET Reference
XMLDA.NET Reference
Send comments on this topic.

Glossary Item Box

The XmlDA.Net Wrapper Component simplifies the development of XML-DA client applications and supports access to OPC-DA V2 servers.

Clients are developed according the XML-DA specifications V1.0.
The XmlDANet.dll is referenced in place of a XML-DA web reference and allows the client to access either XML-DA or OPC-DA V2 servers, just by specifying a different server URL.
The OPC-DA servers are accessed without any XML serialization, resulting in much better performance than possible with an extenal XML - OPC gateway.

The XmlDANet assembly is added to the application and handles:

  • access to the XML-DA services
  • Access to OPC-DA V2 servers
  • handling of item list definition files
  • Browse support
  • Item Properties handling support class
  • DataBind handling for automatic display update

The provided tools help develop and debug the application:

  • ItemListBuilder Tool
  • XML-DA Test Client
  • OPC-DA Test Client

 

 

 

 

Supported Target Platforms:

XMLDA.NET supports multiple application platforms. The application developer has to use the XmlDANet assembly for the platform the application is developed for:

a) Server Communication

  • .NET2 web services
    The client application uses the XML DA specified SOAP messages to access the XML DA server.
    OPC DA servers are accessed through the XMLDANET internal DCOM wrapper
  • .NET3 or .NET4 Windows Communication Foundation (WCF)
    The XML DA server access is through WCF methods. The communication binding can be selected in the application configuration file.
    For access to .NET2 XML DA server the basicHttpBinding has to be used.
    For access to WCF based XML DA servers any of the WCF bindings can be used to make the communication either high performance or secure. 

 

b) User Interface

 

 

© 2002-2012 Advosol Inc. All Rights Reserved.