What's the full stack trace? If it's just a problem in parsing the WSDL you
could write a unit test to try grabbing the WSDL with CXF to narrow the
problem down a bit.

Colm.

On Fri, Jul 10, 2015 at 7:28 AM, Colin Chalmers <
colin.chalm...@simplex-it.nl> wrote:

> 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
>
>
>
>
>
>
>
>


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Reply via email to