I've been looking into web services for a little while but can't seem to find any examples of what I am looking to do.
I am looking to setup a web service that will be able to do a request-->multiple response type transaction. The response would be a continuous stream of data that the client would get via some type of callback. The WS-Notification paradigm seems to fit this model but I am having a hard time finding any examples. I have looked at pubscribe, but I'm not sure if it's doable, because I don't see how you can setup a standalone java client to listen for the responses. Is it true that the server and client need to be running a web service? If anyone can shed some light on how I could do this I would greatly appreciate it. Thanks in advance... Steve
