-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPC output data should also be rendered as classes with proper validation #332
Comments
+1 for this feature. Should it be possible to decode the received response manually in the meantime? With something like codec.decode(provider,xml)? |
Hi, this feature is being implemented in the new core infrastructure and will be available soon. In the meanwhile, yes, you can use the codec_service.decode function for decoding the returned XML payload |
I don't think
|
For RPCs which don't define |
There are at least four possible scenarios:
Yes, it seems sensible that 1, 2 and 4 return |
Currently, the ExecutorService documentation indicates that the
execute_rpc
method doesn't return any value. However, many RPCs define output data. This method should return a validated entity for those RPCs.The text was updated successfully, but these errors were encountered: