We're creating a javascript widget that will display feature data on an Operations Dashboard view.
One of things we would like to do is upon the click of a button send some data through to a WCF service.
Is this possible to do? I have not see any examples and we're getting an error when performing the post.
We could do a WPF service instead, but we would like this done in javascript if at all possible.