Skip to content

Commit

Permalink
Merge pull request #700 from bdrx312/remove-non-standard-soap-1.2-war…
Browse files Browse the repository at this point in the history
…ning

Removed obselete warning about non-standard soap 1.2
  • Loading branch information
arjantijms authored Jan 13, 2025
2 parents 22629d3 + 0700b11 commit 496d09b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,7 @@ protected boolean processPort(com.sun.tools.ws.wsdl.document.Port wsdlPort,
}
}else{
// we can only do soap1.2 if extensions are on
if (options.isExtensionMode()) {
warning(wsdlPort, ModelerMessages.WSDLMODELER_WARNING_PORT_SOAP_BINDING_12(wsdlPort.getName()));
} else {
if (!options.isExtensionMode()) {
warning(wsdlPort, ModelerMessages.WSDLMODELER_WARNING_IGNORING_SOAP_BINDING_12(wsdlPort.getName()));
return false;
}
Expand Down

0 comments on commit 496d09b

Please sign in to comment.