Do you get a valid wsdl file when opening the URLs in your browser, would be the first test to validate.
I am no expert for IBM FileNet but it says https expected, maybe you should try https instead of http. Check in your browser! best regards 2012/10/31 Kaushik <[email protected]> > Hi,**** > > ** ** > > We are trying to use Open Dot CMIS to connect to IBM FileNet 5.1 using IBM > CMIS. **** > > ** ** > > Please find the code snippet below with the error we are getting.**** > > ** ** > > ISession oSession; > > // Dictionary object which will hold various paramaters > Dictionary<string, string> oParameters = new > Dictionary<string, string>(); > > oParameters[SessionParameter.BindingType] = > BindingType.WebServices; > oParameters[SessionParameter.WebServicesRepositoryService] > = "http://172.29.254.182:9080/fncmis/RepositoryService?wsdl"; > oParameters[SessionParameter.WebServicesAclService] = " > http://172.29.254.182:9080/fncmis/ACLService?wsdl"; > oParameters[SessionParameter.WebServicesDiscoveryService] > = "http://172.29.254.182:9080/fncmis/DiscoveryService?wsdl"; > > oParameters[SessionParameter.WebServicesMultifilingService] = " > http://172.29.254.182:9080/fncmis/MultiFilingService?wsdl"; > oParameters[SessionParameter.WebServicesNavigationService] > = "http://172.29.254.182:9080/fncmis/NavigationService?wsdl"; > oParameters[SessionParameter.WebServicesPolicyService] = " > http://172.29.254.182:9080/fncmis/PolicyService?wsdl"; > oParameters[SessionParameter.WebServicesObjectService] = " > http://172.29.254.182:9080/fncmis/ObjectService?wsdl"; > > oParameters[SessionParameter.WebServicesRelationshipService] = " > http://172.29.254.182:9080/fncmis/RelationshipService?wsdl"; > oParameters[SessionParameter.WebServicesVersioningService] > = "http://172.29.254.182:9080/fncmis/VersioningService?wsdl"; > > oParameters[SessionParameter.User] = "P8Admin"; > oParameters[SessionParameter.Password] = "******"; > oParameters[SessionParameter.RepositoryId] = > "{99AB015C-C370-431E-9467-AB6BB0628B21}"; > > // Create new instance of SessionFactory class > SessionFactory oFactory = SessionFactory.NewInstance(); > > // Create Session > oSession = > oFactory.GetRepositories(oParameters)[0].CreateSession(); > > > We are getting following error. > > “Error: The provided URI scheme 'http' is invalid; expected 'https'. > Parameter name: via”. > > **** > > ** ** > > I guess the URL http://172.29.254.182:9080/fncmis/ACLService?wsdl" is not > available.**** > > ** ** > > Please help us to resolve it.**** > > ** ** > > Thanks and Regards,**** > > *Kaushik Choudhari* > Information Management Practice**** > > [image: http://insight.datamaticstech.com/esig/Line.gif]**** > > [image: aaa]**** > > (D):+91 22 6102 5242 > (M):+91 887 904 4619**** > > Datamatics Global Services Limited > Unit 190, SDF VI, SEEPZ, Andheri (E) Mumbai 400 096, India > www.datamatics.com**** > > Americas | Asia | Australia | Europe **** > > **** > > [image: > Facebook]<http://www.facebook.com/pages/Datamatics-Global-Services/268835395007> > **** > > [image: Twitter] <http://twitter.com/dgsl>**** > > [image: LinkIn]<http://www.linkedin.com/companies/datamatics-global-services> > **** > > ** ** > > ** ** >
