Is it possible, and if so how, to consume a web service from a client operation MBPM form button?
The connection is defined within the solution, or an associated library, but I am not sure how to consume it client side. (I suspect client side cannot consume the information in the solution/server side, but I may be wrong.)
The service itself it outside our MBPM environment. I have been able to consume the service on the server side for its processing using the connections. However, I'd like/need to call another component of the service client side. (In this case it downloads a bytestream which I use to create a file (when server side) ... which in turn would display to the user, if the user has access to said file.)
In theory, I could dump the file server side, but then I'd have to (a) create the destination directory as a web site, which I'd rather not do, then (b) open the file client side as we do via a out dated process in our v7 enviroment.