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 839767DC2 for ; Tue, 23 Aug 2011 13:31:49 +0000 (UTC) Received: (qmail 54647 invoked by uid 500); 23 Aug 2011 13:31:48 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 54433 invoked by uid 500); 23 Aug 2011 13:31:47 -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 54425 invoked by uid 99); 23 Aug 2011 13:31:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 13:31:47 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dhoffer6@gmail.com designates 209.85.210.47 as permitted sender) Received: from [209.85.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 13:31:40 +0000 Received: by pzk2 with SMTP id 2so232241pzk.34 for ; Tue, 23 Aug 2011 06:31:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=vJTyc8SxLaDvdAndKcBl195Yv+Rd/UCSEYPgX/RWv+w=; b=fmtShiX6OFQSOKM5UmYbMPKM02AWafzsnI0QnPaIlNuwSMEuPRRLDcobTZEvm69iem YqJfGoKlapueXLqRJfh7hqF01mOUXlSlikpvOsUVvDiRU3pAvXRqQsjy+M4RhupsqsBD Gt0gSIEsGstWWgMcryTOTlOCsprCqna7KBwo0= MIME-Version: 1.0 Received: by 10.142.125.10 with SMTP id x10mr1918474wfc.160.1314106280660; Tue, 23 Aug 2011 06:31:20 -0700 (PDT) Received: by 10.68.54.229 with HTTP; Tue, 23 Aug 2011 06:31:20 -0700 (PDT) Date: Tue, 23 Aug 2011 07:31:20 -0600 Message-ID: Subject: Tools to automate client side testing? From: David Hoffer To: users@cxf.apache.org Content-Type: multipart/alternative; boundary=000e0cd28dcc0e4e9204ab2c3669 --000e0cd28dcc0e4e9204ab2c3669 Content-Type: text/plain; charset=UTF-8 Just wondering here...I know CXF can generate the clients side java code given a WSDL but can it (or other tools) that can auto-generate a simple website that can be used to manually test the web-service? I believe the Microsoft webservices create a simple webpage where all the methods in the WSDL can be exercised, can something like this be done using CXF? --000e0cd28dcc0e4e9204ab2c3669--