Hi All,
Can I call web services from Streamserve script to get or set data after the job done?
Regards, Kanok
Streamserve Script has a method to invoke custom external Java code namely the JavaInvokeMethod and JavaInvokeStaticMethod . There is support for calling statically defined Java methods directly without instantiating any objects. This can used to invoke any custom Java code. Probably you can build your webservices in a custom Java code and invoke them using the above methods.
Thank you Sunil. Let me try.