Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 18326 invoked from network); 9 Sep 2007 18:16:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2007 18:16:49 -0000 Received: (qmail 63319 invoked by uid 500); 9 Sep 2007 18:16:42 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 63263 invoked by uid 500); 9 Sep 2007 18:16:42 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 63254 invoked by uid 99); 9 Sep 2007 18:16:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2007 11:16:42 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.189.171] (HELO k2smtpout03-01.prod.mesa1.secureserver.net) (64.202.189.171) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Sep 2007 18:18:07 +0000 Received: (qmail 21890 invoked from network); 9 Sep 2007 18:16:14 -0000 Received: from unknown (HELO clyde.boynes.com) (208.109.107.40) by k2smtpout03-01.prod.mesa1.secureserver.net (64.202.189.171) with ESMTP; 09 Sep 2007 18:16:14 -0000 Received: from [192.168.1.12] (c-71-198-12-189.hsd1.ca.comcast.net [71.198.12.189]) by clyde.boynes.com (Postfix) with ESMTP id 6F03577814B for ; Sun, 9 Sep 2007 11:16:20 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <77812B81-48E7-4CCD-A9B6-FB1140551BBB@apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: cxf-dev@incubator.apache.org From: Jeremy Boynes Subject: Help with using a rpc-encoded service Date: Sun, 9 Sep 2007 11:15:54 -0700 X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to write a client to access a legacy service that is rpc- encoded and that I can't change. AIUI, the main option I seem to have is to stick with JAX-RPC (e.g. using Axis 1.4) but I was wondering if there was a way to use CXF for this? Ideally, I would like to use JAXB to generate POJOs from the XSDs and then CXF to transport them. TIA -- Jeremy