Return-Path: X-Original-To: apmail-juddi-commits-archive@www.apache.org Delivered-To: apmail-juddi-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D4C5105EC for ; Thu, 8 Jan 2015 00:44:43 +0000 (UTC) Received: (qmail 43033 invoked by uid 500); 8 Jan 2015 00:44:44 -0000 Delivered-To: apmail-juddi-commits-archive@juddi.apache.org Received: (qmail 42944 invoked by uid 500); 8 Jan 2015 00:44:44 -0000 Mailing-List: contact commits-help@juddi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@juddi.apache.org Received: (qmail 42868 invoked by uid 99); 8 Jan 2015 00:44:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 00:44:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 25E51A2725D; Thu, 8 Jan 2015 00:44:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexoree@apache.org To: commits@juddi.apache.org Date: Thu, 08 Jan 2015 00:44:44 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/8] juddi git commit: JUDDI-241 fixing several issues with publisher assertions JUDDI-256 updating the tck to fire up two nodes, setup synchronization, then perform a custody transfer JUDDI-905 done for now, reports transactions/second for a number of Repository: juddi Updated Branches: refs/heads/master 40b1d674d -> d71952704 http://git-wip-us.apache.org/repos/asf/juddi/blob/d7195270/uddi-ws/src/main/resources/juddi_api_v1.wsdl ---------------------------------------------------------------------- diff --git a/uddi-ws/src/main/resources/juddi_api_v1.wsdl b/uddi-ws/src/main/resources/juddi_api_v1.wsdl index ac7996f..b929c9e 100644 --- a/uddi-ws/src/main/resources/juddi_api_v1.wsdl +++ b/uddi-ws/src/main/resources/juddi_api_v1.wsdl @@ -395,7 +395,23 @@ xmlns:uddi="urn:uddi-org:api_v3"> - + + + + + + + + + + + + + + + + + @@ -577,6 +593,17 @@ xmlns:uddi="urn:uddi-org:api_v3"> + + + + + + + + + + + This portType defines all of the jUDDI publisher operations. @@ -653,8 +680,8 @@ xmlns:uddi="urn:uddi-org:api_v3"> - + @@ -767,12 +794,27 @@ xmlns:uddi="urn:uddi-org:api_v3"> + + + + + gets a given entities change record history + @since 3.3 + + + + + + + + + @@ -996,6 +1038,20 @@ xmlns:uddi="urn:uddi-org:api_v3"> + + + + + + + + + + + + + + This service implements the jUDDI API service --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org For additional commands, e-mail: commits-help@juddi.apache.org