Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0C93F1088C for ; Wed, 31 Jul 2013 03:21:26 +0000 (UTC) Received: (qmail 7220 invoked by uid 500); 31 Jul 2013 03:21:25 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 7015 invoked by uid 500); 31 Jul 2013 03:21:18 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 7006 invoked by uid 99); 31 Jul 2013 03:21:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 03:21:16 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of devi3396@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 03:21:10 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1V4Mxh-0004eC-RD for users@cxf.apache.org; Tue, 30 Jul 2013 20:20:29 -0700 Date: Tue, 30 Jul 2013 20:20:29 -0700 (PDT) From: Dev1 To: users@cxf.apache.org Message-ID: <1375240829837-5731684.post@n5.nabble.com> Subject: CXF Web client test with mock URL MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am new to CXF. I am using CXF 2.7.3 for web service creation. I have XSLTJaxbProvider that reads a URL and pass URL path and query params to XSLT stylesheet that transformation into xml. I want to test this using web client that uses XSLTJaxbProvider. But I need to use a Mock URL in my test and get the resultant xml that the xslt produces. How to accomplish it? I did not find any such example in cxf web site. Any help is appreciated. Thanks in advance. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Web-client-test-with-mock-URL-tp5731684.html Sent from the cxf-user mailing list archive at Nabble.com.