A business partner proposed creating a web services library with JSON-RPC rather than SOAP. (note that they are not necessarily built in .NET, but I)
I am a potential consumer of this data.
I used JSON for Ajax client calls in the past, but this web services library will be used mainly for server-side calls and synchronization of large amounts of data.
I do not have much experience with JSON-RPC.
Questions:
- Is it easy to create a JSON-RPC user in .NET?
- Are JSON-RPC web services self-documenting and discovery like SOAP WSDL?
- Can I easily add a web link in Visual Studio for the JSON-RPC web service?
thanks
json soap web-services json-rpc wcf
frankadelic
source share