Actions
Bug #1544
closedcomplete web service actor
Start date:
04/30/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1544
Description
Fix web service actor code --> Ilkay, Chad
This involves completing the code for a wider variety of data types, and making
sure that we support arrays.
1) New architecture for the class
2) Multiple output
3) Use java APIs
4) Add additional type support --> To support arrays of {int, short, long,
string, double, float, boolean}; Date
Updated by Ilkay Altintas over 20 years ago
Fixed... The only types left unsupported is short, float and their array as
there are no short and float types in Ptolemy. Will fix this by introducing an
array of original types and then casting them to Ptolemy types.
Actions