Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Java-SCA-2.0-Beta2
-
None
Description
I just noticed in binding.ws Axis2ReferenceBindingProvider the following:
if (wsBinding.isRpcEncoded())
{ throw new ServiceRuntimeException("rpc/encoded WSDL style not supported. Component " + endpointReference.getComponent().getName() + " Reference " + endpointReference.getReference() + " Binding " + endpointReference.getBinding().getName()); }
We're pretty good at read/resolve/build time re. putting messages in a properties file but we still have some runtime errors that are hard coded.