Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26194E8A1 for ; Mon, 7 Jan 2013 13:10:36 +0000 (UTC) Received: (qmail 65490 invoked by uid 500); 7 Jan 2013 13:10:36 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 65392 invoked by uid 500); 7 Jan 2013 13:10:35 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Delivered-To: moderator for dev@chemistry.apache.org Received: (qmail 61169 invoked by uid 99); 7 Jan 2013 13:09:32 -0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christopher.jones@hotmail.de designates 65.55.116.76 as permitted sender) X-EIP: [f9UVKjXYmdi9C0T5tXcwypLx6iX87kty] X-Originating-Email: [christopher.jones@hotmail.de] Message-ID: Content-Type: multipart/alternative; boundary="_1a358e43-b4e9-4578-a12d-f5cfeed7cbc1_" From: Christopher Jones To: Subject: SSL Trouble connection to WebService endpoint Date: Mon, 7 Jan 2013 14:09:03 +0100 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 07 Jan 2013 13:09:03.0582 (UTC) FILETIME=[2A9FCFE0:01CDECD8] X-Virus-Checked: Checked by ClamAV on apache.org --_1a358e43-b4e9-4578-a12d-f5cfeed7cbc1_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello=2C I=B4m using Dot.CMIS 0.4 with Visual Studio 2010 and I=B4m trying to establ= ish a simple Console Applikation to verify CMIS=B4s functionality.=20 Connection to a repository seems to work fine with with ATOMPub and alle th= e code snippets you provide are working so far. But I=B4m really getting nowhere with WebService. When I connect to a CMIS = respoistory (no Matter if Alfresco=2C SharePoint oder Domea) I always rece= ive the following errormessage: "The provided URI scheme 'http' is invalid=3B expected 'https'." Example: String bindingType =3D "WebService"=3B ISession session=3B SessionFactory factory =3D SessionFactory.NewInstance()=3B session =3D factory.GetRepositories(getParameters())[0].CreateSession()=3B = -> throws the exception [...] parameters[DotCMIS.SessionParameter.BindingType] =3D Bi= ndingType.WebServices=3B parameters[DotCMIS.SessionParameter.WebServicesReposito= ryService] =3D url + "/RepositoryService?wsdl"=3B parameters[DotCMIS.SessionParameter.WebServicesAclServi= ce] =3D url + "/ACLService?wsdl"=3B parameters[DotCMIS.SessionParameter.WebServicesDiscover= yService] =3D url + "/DiscoveryService?wsdl"=3B parameters[DotCMIS.SessionParameter.WebServicesMultifil= ingService] =3D url + "/MultiFilingService?wsdl"=3B parameters[DotCMIS.SessionParameter.WebServicesNavigati= onService] =3D url + "/NavigationService?wsdl"=3B parameters[DotCMIS.SessionParameter.WebServicesObjectSe= rvice] =3D url + "/ObjectService?wsdl"=3B parameters[DotCMIS.SessionParameter.WebServicesPolicySe= rvice] =3D url + "/PolicyService?wsdl"=3B parameters[DotCMIS.SessionParameter.WebServicesRelation= shipService] =3D url + "/RelationshipService?wsdl"=3B parameters[DotCMIS.SessionParameter.WebServicesVersioni= ngService] =3D url + "/VersioningService?wsdl"=3B parameters[DotCMIS.SessionParameter.User] =3D user=3B parameters[DotCMIS.SessionParameter.Password] =3D passw= ord=3B parameters[SessionParameter.RepositoryId] =3D repositor= yId=3B [...] Any ideas where to find a solution for that?=20 thank=2C Christopher = --_1a358e43-b4e9-4578-a12d-f5cfeed7cbc1_--