Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
Java-SCA-1.5
-
None
-
None
Description
HTTPServiceBindingProvider needs to check for wireFormat/operationSelector before checking for the other operations. If a method named "get" is invoked over the http binding with a wire format of json-rpc, the service binding provider will treat it as an HTTP get request rather than a JSON-RPC method invocation.