I am working on a project where we will connect to the Oracle web service using .NET (C #). The only thing we will build our client from our office, but our client will not provide us with remote access to their web service (company policy, etc.). Thus, our solution was to visit our client on the spot and “clone” their web service so that we could use a surrogate web service to develop our client.
What would be the best way to clone this web service?
Our clone will have to output data samples, but use their exact calls and types of methods. Our preferred language for cloning is C #.
source
share