We have a requirement of storing an image through our java web application on the filenet (Image Services 4.0) through java api's.Our Web application is residing on the Linux server and also the filenet is on another Linux server. We have identified the api's and also understood that we need to use WcmApiConfig.properties file to make a connection. We have mentioned below given entries in this property file but are unable to connect to filenet server.
RemoteServerUrl =
http://content_engine_name/ApplicationEngine/xcmisasoap.dll RemoteServerUploadUrl =
http://content_engine_name/ApplicationEngine/doccontent.dll RemoteServerDownloadUrl =
http://content_engine_name/ApplicationEngine/doccontent.dll The Exception is mentioned below:
Error connecting to content_engine_name:80: java.net.ConnectException: Connection refused: connect. ; OMFC/TheNetwork/NoOp/Client
at com.filenet.wcm.api.impl.SOAPFacilities.convertSoapFault(SOAPFacilities.java:443)
Now we are assuming that as the filenet is installed on the Linux server so we would not be able to call the dll's mentioned in the WcmApiConfig.properties
Please provide your input. Also if you can provide some sample code to connect to FileNET would be of great help.
[ April 16, 2007: Message edited by: Atul Agarwal ]