Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86E32D0AD for ; Fri, 29 Jun 2012 09:46:54 +0000 (UTC) Received: (qmail 35463 invoked by uid 500); 29 Jun 2012 09:46:54 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 35088 invoked by uid 500); 29 Jun 2012 09:46:52 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 35048 invoked by uid 99); 29 Jun 2012 09:46:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2012 09:46:51 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2012 09:46:46 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SkXmT-0002NI-Ic for dev@cxf.apache.org; Fri, 29 Jun 2012 02:46:25 -0700 Date: Fri, 29 Jun 2012 02:46:25 -0700 (PDT) From: wolfram To: dev@cxf.apache.org Message-ID: <1340963185568-5710463.post@n5.nabble.com> Subject: [feature request] JSON-RPC in CFX MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi. I need to expose some webservice I've implemented with CXF with Camel transport as json-rpc webservice. I've thought that it should be simple task but for now it looks like very hard problem. At first I've http://cxf.547215.n5.nabble.com/Is-it-possible-to-automatically-expose-JAX-WS-service-as-JSON-RPC-service-td5710425.html asked in cfx-user list but nobody answered me. Then I've http://code.google.com/p/jsonwebservice/ found JSON-RPC JAX-WS codec for Oracle's JAX-WS implementation (by the way, it even support JSON-RPC http://jax-ws-commons.java.net/json/ natively ), but it looks like that it can't be adopted for CXF. Then I've https://groups.google.com/d/msg/jsonwebservice/GiG-Z1PbxFA/wuGDBJwOj1UJ asked jsonwebservice's author if it's possible to port his library onto cxf, but he answered me that it's very hard task to implement due the following reasons: So, is there any possibility of JSON-RPC implementation for JAX-WS in CFX? Could anybody give any directions how to start? Could anybody help with this? P.S. I think that json-rpc maybe dirty simulated with camel processors and marshalers like http://camel.apache.org/xmljson.html this , but I think it very bad idea. This maybe useful for some lurkers like me: -- View this message in context: http://cxf.547215.n5.nabble.com/feature-request-JSON-RPC-in-CFX-tp5710463.html Sent from the cxf-dev mailing list archive at Nabble.com.