Hi all,
I am trying to integrate a Microsoft Dynamics CRM server using the CXF framework and based on this tutorial http://www.jhkuperus.nl/articles/java/using-apache-cxf-to-connect-to-microso ft-dynamics/ I have seen this working in the past but the client seems to have upgraded their version of dynamics and now I get a the following parse error which I don't understand why :( Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'https://sts1.it-ernity.nl/adfs/services/trust/mex'.: java.net.SocketException: Connection reset I can access the site using a browser no problem but not using CXF. I have seen other similar issues and have set the following on the jvm - but no solution -Dorg.apache.cxf.stax.allowInsecureParser=1 I also read somewhere else perhaps a conflict between Soap1.2 expected by ADFS and Soap1.1 as default by CXF? I am using version 3.0.2 of CXF Has anyone else had this problem Rgds Colin
