I was able to get a CXF client (generated from wsdl2java) to talk to my WCF
web service using wsHttpBinding with transport layer security.  My next
issue is trying to get my CXF / Java client to invoke a different WCF
service configured with wsHttpBinding but this time with
TransportWithMessageCredential.  Here's the wcf security config:

<security mode="TransportWithMessageCredential">
              <transport clientCredentialType="None"/>
              <message clientCredentialType="Certificate" 
                                   negotiateServiceCredential="false" 
                                           establishSecurityContext="false"/>
</security>

The resulting WCF wsdl looks like this:



I'm fairly new to configuring wss4j but I presume I'll need to add some
specific interceptors (both in and out) to handle the interop.  Can anyone
give me any suggestions on what might be needed?  Or even at least assure me
that this is doable with CXF?

Thanks,
Gary


--
View this message in context: 
http://cxf.547215.n5.nabble.com/More-cxf-wcf-interop-questions-tp5681573.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to