Hello, I'm trying to consume a WCF Soap 1.2 Web Service using WsHttpBinding with an apache CXF client.
I generated the java client using wsdl2java from he latest version of apache cxf (3.1.4). Unfortunately the client hangs as soon as it tries to call the webservice, and finishes with a timeout. Even when giving a null argument as the parameters of the webservice. I found out at http://stackoverflow.com/questions/4725875/how-do-i-consume-a-wcf-soap-1-2-web-service-using-a-cxf-web-service-client that some time ago this configuration couldn't work. Before I ask the webservice provider to switch to a BasicHttpBinding, can you confirm that the issue is always present ? Do you known some solutions for calling this kind of webservice ? Regards, Dahu
