Followed wsdl_first_https but when I deploy to the server get not a valid service

2018-03-02 Thread David Wynter
I converted the wsdl_first_https sample for 3.2.2 to use my wsdl and implemntation classes. I got it running locally. Then when I deploy to my server with my keystore it gives this error javax.xml.ws.WebServiceException:

Re: Getting CXF to ignore wsdl errors

2017-03-10 Thread David Wynter
:30:15 To: David Wynter Cc: users@cxf.apache.org Subject: Re: Getting CXF to ignore wsdl errors Hi David, Could you create a test-case to reproduce the problem + attach it to a JIRA? If so I'll take a look. Colm. On Sat, Feb 25, 2017 at 10:47 AM, David Wynter < david.wyn...@creditswift.co.

Re: Getting CXF to ignore wsdl errors

2017-02-25 Thread David Wynter
Hi, Getting no response on this. As far as I can tell I have followed the documentation and should not be having an issue. Should I raise a bug? From: David Wynter <david.wyn...@creditswift.co.uk> Sent: 23 February 2017 16:13:11 To: users@cxf.apac

Re: Getting CXF to ignore wsdl errors

2017-02-23 Thread David Wynter
Hi, A typo in the post below, the variable name "greeter" in the getClient line of the code in 2 is actually "addrPort" David ________ From: David Wynter Sent: 23 February 2017 14:48:58 To: users@cxf.apache.org; cohei...@apache.org Subject: Re: G

Re: Getting CXF to ignore wsdl errors

2017-02-23 Thread David Wynter
t in message by now, What do I need to set these values? David ________ From: David Wynter <david.wyn...@creditswift.co.uk> Sent: 22 February 2017 13:23:04 To: users@cxf.apache.org; cohei...@apache.org Subject: Re: Getting CXF to ignore wsdl errors Hi

Re: Getting CXF to ignore wsdl errors

2017-02-22 Thread David Wynter
) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139) at com.sun.proxy.$Proxy85.listAddressByPostcode(Unknown Source) What should I have in my wssec.xml? David From: David Wynter Sent: 22 February 2017 13:10:01 To: users@cxf.apache.org

Re: Getting CXF to ignore wsdl errors

2017-02-22 Thread David Wynter
t;a=blob;f=systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/client.xml;h=19b54889c88de11070a099e6f816bf307c50a094;hb=HEAD Colm. On Tue, Feb 21, 2017 at 3:11 PM, David Wynter < david.wyn...@creditswift.co.uk> wrote: > I have seen this error raise

Getting CXF to ignore wsdl errors

2017-02-21 Thread David Wynter
I have seen this error raised on stackoverflow and added the interceptors that should solve the issue, but I still get: W 14:59:54:169 : main : org.apache.cxf.phase.PhaseInterceptorChain : Interceptor for

Re: org.apache.neethi.builders.PolicyContainingPrimitiveAssertion cannot be cast to org.apache.wss4j.policy.model.AlgorithmSuite

2017-01-13 Thread David Wynter
will abandon CXF for use with this Web Service. David P Please consider the environment before printing this e-mail. From: David Wynter <david.wyn...@creditswift.co.uk> Sent: 11 January 2017 16:53:24 To: users@cxf.apache.org Subje

Re: org.apache.neethi.builders.PolicyContainingPrimitiveAssertion cannot be cast to org.apache.wss4j.policy.model.AlgorithmSuite

2017-01-11 Thread David Wynter
No response? I'll raise a bug David P Please consider the environment before printing this e-mail. From: David Wynter <david.wyn...@creditswift.co.uk> Sent: 10 January 2017 16:02:12 To: users@cxf.apache.org S

org.apache.neethi.builders.PolicyContainingPrimitiveAssertion cannot be cast to org.apache.wss4j.policy.model.AlgorithmSuite

2017-01-10 Thread David Wynter
Hi, I have the details of my issue here - http://stackoverflow.com/questions/41569772/cxf-wsdl-causes-classcastexception-to-org-apache-wss4j-policy-model-algorithmsui

CXF 3.1 with log4j2 and slf4j bridge, cannot log req/resp XML

2016-05-20 Thread David Wynter
Hi, I posted a question on stackoverflow with the details. http://stackoverflow.com/questions/37328052/cxf-3-1-wsdl2java-logging-with-log4j2 I note that you cannot use log4j2 directly with CXF 3.1 as identified by the linked question in my stackoverflow post, so use the slf4j bridge. Any