query points via SOAP
-
Hello-
I have a need to query a webService as a datasource. I could use a php or python script and curl/soap to output a value, but how would I go about creating a custom data source that would call a custom local script?
Thanks,
Dan
-
I realized the "script" datasource would be sufficient. It would be cool to do some native SOAP calls, but this will get me through.