D
Davey
hi there
Im new to webservices and I think they can help solve a communication
problem.
We are designing a system that will have a core server type
application and several client applications.
The core application will have a webserver bolted on so all the client
apps can communicate with it.
Each of the client apps will only ever use one of the webservices
available.
Once a request is made to the webservice, there may be several
responses to that cient app,each sending the same type of information.
This is because the client is doing reports on the information from
the server app.
The server app cannot do the reports.
The client app is also responsible for ending the communication,once
it has satisfied all its criteria.
So my questions are:
Can I have an application connect to a webservice and recieve several
responses? i.e. can i have it sit and wait for responses
Can I send a cancel request after the webservice has provided enough
information?
Should we use webservices?
The main reason we want to use webservices is that we have some older
apps in c++ that we want to integrate with the new ones.
Any help would be great
Thanks
Dave
Im new to webservices and I think they can help solve a communication
problem.
We are designing a system that will have a core server type
application and several client applications.
The core application will have a webserver bolted on so all the client
apps can communicate with it.
Each of the client apps will only ever use one of the webservices
available.
Once a request is made to the webservice, there may be several
responses to that cient app,each sending the same type of information.
This is because the client is doing reports on the information from
the server app.
The server app cannot do the reports.
The client app is also responsible for ending the communication,once
it has satisfied all its criteria.
So my questions are:
Can I have an application connect to a webservice and recieve several
responses? i.e. can i have it sit and wait for responses
Can I send a cancel request after the webservice has provided enough
information?
Should we use webservices?
The main reason we want to use webservices is that we have some older
apps in c++ that we want to integrate with the new ones.
Any help would be great
Thanks
Dave