The Data Management Server's client library is available in Java and C. You can customize the file to suit your environment
using the Web Service Definition Language (
WSDL) file. You can access the WSDL file at the following path or by entering the following URL into a web browser:
contains the descriptions of the available web services. You can access the WSDL file directly, or you can use the following
URL in a web browser:
install-path/share/arch.wsdl
http://yourserver.yourdomain.com:port/?wsdl
In the WSDL file, the value of the SOAP:address
location reflects
the local server's host name and port number. Using an XML editor,
you can update the SOAP:address
location
to reflect the host name and port number of any DataFlux Data Management
Server. One note of caution, please do not edit any other values in
the arch.wsdl file. For example:
<service name="dfx-DMServer-instance-name">
<documentation>DataFlux Data Management Server</documentation>
<port name="DQISService" binding="tns:ArchitectService">
<SOAP:address location="http://yourserver.yourdomain.com:21036"/>
</port>
</service>