Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 62048 invoked from network); 16 Aug 2009 21:54:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Aug 2009 21:54:30 -0000 Received: (qmail 15264 invoked by uid 500); 16 Aug 2009 21:54:37 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 15238 invoked by uid 500); 16 Aug 2009 21:54:37 -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 15228 invoked by uid 99); 16 Aug 2009 21:54:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Aug 2009 21:54:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Aug 2009 21:54:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CE18B234C046 for ; Sun, 16 Aug 2009 14:54:14 -0700 (PDT) Message-ID: <571916889.1250459654830.JavaMail.jira@brutus> Date: Sun, 16 Aug 2009 14:54:14 -0700 (PDT) From: "Krzysztof Wilkos (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2258) Implement server side supporting SOAP over TCP In-Reply-To: <1390865210.1244391847358.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krzysztof Wilkos updated CXF-2258: ---------------------------------- Attachment: soaptcp_serverside.patch Patch adds SOAP/TCP server side support. It's attached to SoapTransportFactory so there's no need for special settings. Code is placed in soap binding project and sample service created with JaxWsServerFactoryBean in systests tcp. It also adds MINA dependancy to soap binding project. It should work in most cases but there are still issues with big messages which are fragmented to many soap/tcp frames. It missing error handling defined in protocol specification. > Implement server side supporting SOAP over TCP > ---------------------------------------------- > > Key: CXF-2258 > URL: https://issues.apache.org/jira/browse/CXF-2258 > Project: CXF > Issue Type: Sub-task > Components: Soap Binding > Reporter: Krzysztof Wilkos > Attachments: soaptcp_serverside.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.