Hi Benson,

Thanks for picking up the task[1], I was planned to do this dirty work, but since you kindly 'steal' it from me, i guess i'll just reassign this to you :) Right, there's a few confusions inside the code, you probably could find the clue from the description of the tasks

Regards,
James
[1]https://issues.apache.org/jira/browse/CXF-613

Watching bindings being created:

http://schemas.xmlsoap.org/wsdl/soap12/    (soap 1.2)
http://schemas.xmlsoap.org/soap/           (soap 1.1)

but, in WSDLConstants.java:

public static final String NS_SOAP11 =
"http://schemas.xmlsoap.org/wsdl/soap/";;

public static final String NS_SOAP12 =
"http://schemas.xmlsoap.org/wsdl/soap12/";;

Plenty of code uses the constants from WSDLConstants.

It looks like there are two different vocabularies here, and I would be
grateful if someone would explain them to me.

Reply via email to