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.
