So I'm trying to design the protocol for communication between my system (a website) and a third-party system over the Internet.
Basically, my system will submit queries to the third-party system, whose business logic then generates one or more results in response to each query and stores the results in a repository for my retrieval. Hence my system needs to retrieve those results and display them to the individual users that requested them.
The 3rd party has offered to set up the communication interface in whatever manner I request and build the necessary business logic on their side accordingly.
So I was thinking of using .NET web service to do that, does any one have any high level design ideas?
Basically, my system will submit queries to the third-party system, whose business logic then generates one or more results in response to each query and stores the results in a repository for my retrieval. Hence my system needs to retrieve those results and display them to the individual users that requested them.
The 3rd party has offered to set up the communication interface in whatever manner I request and build the necessary business logic on their side accordingly.
So I was thinking of using .NET web service to do that, does any one have any high level design ideas?
