Modifications to JAX-WS client request context leak the thread scope

2016-02-12 Thread Iacopo ROZZO
Hi all, I'm using CXF 3.0.7 in a Java EE environment and I'm taking advantage from the thread safety of the CXF client proxies (I'm aware that there are limitations). As documented in this page the request context can be

WS-Discovery without internet conncetion

2016-02-12 Thread bob dylan
When running WS-Discovery withouht an internet connection, it would appear that a document (ws-addr.xsd) referenced in the WS-D schema is not available. The WS-Discovery service is published based on a schema that is included in cxf-services-ws-discovery-api.jar with the name

Re: The SOAP action specified on the message, '', does not match the HTTP SOAP Action

2016-02-12 Thread Daniel Kulp
> On Feb 11, 2016, at 4:22 PM, parthivphoenix wrote: > > here is wsdl i am using > > > targetNamespace="http://CCO.eClaims.HL7V3.Interface/; > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/; > xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex; >

Re: Unable to set certAlias in FIPS Mode

2016-02-12 Thread Colm O hEigeartaigh
It's not possible to use "certAlias" with a FIPS provider. See here for a related discussion: https://community.oracle.com/thread/1533883?start=0=0 Colm. On Thu, Feb 11, 2016 at 6:52 PM, Michael Jeppesen wrote: > I'm trying to set up a secure service (https) that uses a

Re: The SOAP action specified on the message, '', does not match the HTTP SOAP Action

2016-02-12 Thread Daniel Kulp
The SOAPAction that it’s talking about may be the HTTP level headers which you don’t mention in your message. Can you capture the HTTP headers and see what is there? Dan > On Feb 11, 2016, at 4:22 PM, parthivphoenix wrote: > > here is wsdl i am using > > >

Re: The SOAP action specified on the message, '', does not match the HTTP SOAP Action

2016-02-12 Thread parthivphoenix
The message had header right? http://www.w3.org/2005/08/addressing;>ProcessMessage xmlns="http://www.w3.org/2005/08/addressing;>https://hl7.ws.cancercare.on.ca/InboundHL7InterfaceSvc/eClaimsHL7v3InterfaceSvc.svc -- View this message in context:

Re: The SOAP action specified on the message, '', does not match the HTTP SOAP Action

2016-02-12 Thread Daniel Kulp
> On Feb 12, 2016, at 2:47 PM, parthivphoenix wrote: > > The message had header right? No. The HTTP headers.The SOAPAction is something that is sent in the HTTP headers. For soap 1.2, that would be an “action" param on the Content-Type. When using