Thanks to all for your help, both direct and indirect... I was able to get the task completed using the ws-policy method referenced in the other existing thread, but I still have an issue I'd like to resolve. It turns out CXF was unable to 'discover' my cxf.xml config file. In order to get the config to work, I added my jaxws:client config node into the cxf.xml in the CXF runtime JAR and deployed that JAR.
Obviously that is not ideal, but I was able to prove that I had the correct jaxws:client config. I had my cxf.xml file bundled in my JAR as a resource at the root level, along with my .properties file, which it did find. What was I doing wrong? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-client-to-NET-web-service-attempting-to-create-BinarySecurityToken-BST-tp5726168p5726333.html Sent from the cxf-user mailing list archive at Nabble.com.
