I have java web service using CXF 2.6.2 with JAX_WS. When trying to consume this web service in .Net C# client we get the below error.
Server returned an invalid SOAP Fault. Please see InnerException for more details. ---> System.Xml.XmlException: Start element 'Code' from namespace 'http://www.w3.org/2003/05/soap-envelope' expected. Found element 'faultcode' from namespace.
As per the investigation, the .Net client sends the message using SOAP 1.1, whereas the server application uses SOAP 1.2.
Can anyone suggest me what would be problem?
