Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 20086 invoked from network); 29 May 2007 17:16:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 17:16:38 -0000 Received: (qmail 27889 invoked by uid 500); 29 May 2007 17:16:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 27790 invoked by uid 500); 29 May 2007 17:16:42 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 27743 invoked by uid 99); 29 May 2007 17:16:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 10:16:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 10:16:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B1551714185 for ; Tue, 29 May 2007 10:16:16 -0700 (PDT) Message-ID: <9874462.1180458976723.JavaMail.jira@brutus> Date: Tue, 29 May 2007 10:16:16 -0700 (PDT) From: "Stepan Mishura (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-3538) [testing] axis2 client-server scenario to integrate into buildtest In-Reply-To: <26109483.1175439272387.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stepan Mishura reassigned HARMONY-3538: --------------------------------------- Assignee: Stepan Mishura > [testing] axis2 client-server scenario to integrate into buildtest > ------------------------------------------------------------------ > > Key: HARMONY-3538 > URL: https://issues.apache.org/jira/browse/HARMONY-3538 > Project: Harmony > Issue Type: Test > Components: build - test - ci > Reporter: Ilya Neverov > Assignee: Stepan Mishura > Priority: Minor > Attachments: axis2_app.bt2.070510.zip, axis2_app.bti.zip, axis2_app.patch > > > I created some service for Apache AXIS2 server and corresponding client to check correct work of the service so that couple can be used for testing Java runtime implementation. I'd like the scenario to be integrated into new build-test infrastructure proposed in the > https://issues.apache.org/jira/browse/HARMONY-3501 > The scenario contains following steps. Client uploads chunks of data to server by means of SOAP mesages and then fetches the collected data items same way. Client checks that received data items contain correct data and reports exceptions and wrong data found while the processing. The scenario includes three sequential client runs; each client uploads new chunks of data and checks all data collected in the service. > Sources for classes responsible for marshalliing/unmarshalling Java objects to/from XML and for HTTP connections are generated by the Axis2 DataBinding facility from WSDL description of the service. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.