Hello, I've seen the examples configuring a application/json RESTful web service.
However, I'm interested in building a JSON-RPC service which will output JSON-RPC packets, example: http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html#ProcedureCall http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html#Head25 Is this possible? (more specifically, the request should support named parameters instead of positional parameters) Also, the JSON-equivalent of a WSDL is SMD. Does Apache CXF have support for this? Or will a WSDL suffice? Thank you, Juan
