Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 91870 invoked from network); 7 Nov 2007 12:58:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 12:58:44 -0000 Received: (qmail 86965 invoked by uid 500); 7 Nov 2007 12:58:31 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 86287 invoked by uid 500); 7 Nov 2007 12:58:30 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 86276 invoked by uid 99); 7 Nov 2007 12:58:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 04:58:30 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mathieufab@gmail.com designates 209.85.146.178 as permitted sender) Received: from [209.85.146.178] (HELO wa-out-1112.google.com) (209.85.146.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 12:58:34 +0000 Received: by wa-out-1112.google.com with SMTP id k22so3978188waf for ; Wed, 07 Nov 2007 04:58:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=Z++fjJb4ivDUuOcTfGzK2IzwT38hno1yM6XmVtpQv/Y=; b=W9Ea5BvxZHXLnFPZanh+49nQd5cTPc5kX5OVTo6yhfkbaUGtghBGTW2u3TGfuNBfzhyrZ+ftR1AIXlbUao8SvMyo7Cg7Z1JhqRDTHh92OfriQncYefyOYnUbuHGehhOJCTLTV2knMsC29n/6/ijU7KbHZb/F6CV550wcvLFMJlM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=R87ZJ2nN/XbZnAxsTta8xcwAxkFfv6Rlb2D4Y9A18GHoRWL76I6qecRwBO8yDSPyjdOicV03huz8QF8OL11lbufkFY1Z+w6/Y2R9uQFRur6ZCSoOeB7f6Id9312fV/k5mBKKkRwjXGcDsGE5EGWcLjWcWyTwiEUYygLiveFe/t4= Received: by 10.114.154.1 with SMTP id b1mr431226wae.1194440292354; Wed, 07 Nov 2007 04:58:12 -0800 (PST) Received: by 10.114.176.13 with HTTP; Wed, 7 Nov 2007 04:58:12 -0800 (PST) Message-ID: <429d65070711070458s63b3de57i28461cc35f4e7d4c@mail.gmail.com> Date: Wed, 7 Nov 2007 13:58:12 +0100 From: "mathieu fabre" To: axis-dev@ws.apache.org Subject: custom transport MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37401_5768351.1194440292310" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_37401_5768351.1194440292310 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi, I would like to implement my own transport in xmpp (jabber) i write a XMPPTransportSender and a XMPPSimple Server like for the http transport. i add these sender and receiver in the axis2.xml config file. The client extract the soap message from the messageContext and send it to a chat (in the invoke method) using the "writeWithCommon" method (which is the client method) The server receive the soap message via the chat and recreate the messageContext using transportUtils class. My problem : i obtain an exception when i send the message context to axis engine - AxisEngine.receive(messageContext) the exception is : org.apache.axis2.fault : org.apache.axis2.databinding.ADBException : Unexpected subelement header... I don't know why... :( I can give you my 2 classes if you want to look at... thanks in advance ------=_Part_37401_5768351.1194440292310 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
hi,
 
I would like to implement my own transport in xmpp (jabber)
i write a XMPPTransportSender and a XMPPSimple Server like for the http transport.
i add these sender and receiver in the axis2.xml config file.
 
The client extract the soap message from the messageContext and send it to a chat (in the invoke method)
using the "writeWithCommon" method (which is the client method)
 
The server receive the soap message via the chat and recreate the messageContext using
transportUtils class.
 
My problem : i obtain an exception when i send the message context to axis engine - AxisEngine.receive(messageContext)
 
the exception is :
 
org.apache.axis2.fault : org.apache.axis2.databinding.ADBException : Unexpected subelement header...
 
I don't know why... :(
 
I can give you my 2 classes if you want to look at...
 
thanks in advance
------=_Part_37401_5768351.1194440292310--