
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Runtime: |
N/A
|
|
rpc.invoke() should return sequence # in return object
STEPS:
1. make a number of remotecalls (like SOAP calls) to the same endpoint.
2. try to set up a system that handles each response with a unique handler
RESULTS:
there's no way to build such a system because each call's sequenceID is not exposed in LZX/JS
EXPECTED RESULTS:
rpc.invoke() returns a unique sequence identifier (or an object that contains this information) so responses can be mapped directly to calls
|
|
Description
|
rpc.invoke() should return sequence # in return object
STEPS:
1. make a number of remotecalls (like SOAP calls) to the same endpoint.
2. try to set up a system that handles each response with a unique handler
RESULTS:
there's no way to build such a system because each call's sequenceID is not exposed in LZX/JS
EXPECTED RESULTS:
rpc.invoke() returns a unique sequence identifier (or an object that contains this information) so responses can be mapped directly to calls |
Show » |
|