Generated transportId for SOAP12Binding service class is not correct
--------------------------------------------------------------------
Key: CXF-2819
URL: https://issues.apache.org/jira/browse/CXF-2819
Project: CXF
Issue Type: Bug
Components: Service Model
Affects Versions: 2.2.8
Reporter: jimma
Assignee: jimma
Fix For: 2.2.9
When the service class is annotated with SOAP12 binding type :
@BindingType(value = SOAPBinding.SOAP12HTTP_BINDING)
public interface SOAPEndpoint
{
@WebMethod
public String echo(String msg);
}
The generated soap12 transportId in wsdl file is : "
http://schemas.xmlsoap.org/soap/http". It is not correct. As per SOAP12 spec ,
the generated transportId for the SOAP12Binding service class should be
:transport="http://www.w3.org/2003/05/soap/bindings/HTTP/"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.