Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 875B3200BD4 for ; Wed, 16 Nov 2016 10:18:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 861F6160B03; Wed, 16 Nov 2016 09:18:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0A131160B17 for ; Wed, 16 Nov 2016 10:17:59 +0100 (CET) Received: (qmail 35210 invoked by uid 500); 16 Nov 2016 09:17:59 -0000 Mailing-List: contact issues-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 issues@cxf.apache.org Received: (qmail 34923 invoked by uid 99); 16 Nov 2016 09:17:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2016 09:17:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D13912C0059 for ; Wed, 16 Nov 2016 09:17:58 +0000 (UTC) Date: Wed, 16 Nov 2016 09:17:58 +0000 (UTC) From: "Zoran Regvart (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CXF-7130) Maven plugin to invoke SOAP service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 16 Nov 2016 09:18:00 -0000 [ https://issues.apache.org/jira/browse/CXF-7130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoran Regvart closed CXF-7130. ------------------------------ Resolution: Won't Fix > Maven plugin to invoke SOAP service > ----------------------------------- > > Key: CXF-7130 > URL: https://issues.apache.org/jira/browse/CXF-7130 > Project: CXF > Issue Type: Improvement > Components: Tooling > Affects Versions: 3.2.0 > Environment: Any > Reporter: Zoran Regvart > Assignee: Freeman Fang > Priority: Minor > > I needed a Maven plugin that would allow me to invoke SOAP service as a part of Maven lifecycle so I implemented one, and I'm hoping that you can include it in CXF. > The plugin has the functionality of calling SOAP service given a WSDL, port, service, operation, request body and optional SOAP headers. Additionally Maven project properties can be set from the response using XPath expressions and additional XPath expression can be used to determine if the request needs to be repeated. > This is a minimal implementation that I needed for my use-case, hope you find it useful and that it can be incorporated in CXF. -- This message was sent by Atlassian JIRA (v6.3.4#6332)