Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 870889088 for ; Wed, 13 Jun 2012 19:43:29 +0000 (UTC) Received: (qmail 89306 invoked by uid 500); 13 Jun 2012 19:43:27 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 88994 invoked by uid 500); 13 Jun 2012 19:43:26 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 88979 invoked by uid 99); 13 Jun 2012 19:43:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 19:43:26 +0000 X-ASF-Spam-Status: No, hits=3.1 required=5.0 tests=HTML_IMAGE_ONLY_12,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_REMOTE_IMAGE X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gurdeep.sabarwal@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 19:43:19 +0000 Received: by vcbfo13 with SMTP id fo13so746942vcb.32 for ; Wed, 13 Jun 2012 12:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4rjSs/sFpk5Xzi4T8eRD+5XvRXF27UA4jySvZp+aADo=; b=Bem7In7jXrNFOih6xlLGG4oXA9+pQ3grLsW9sbI/UgRTLbaoNRA02v31jAIXY+rwPP gNbpHU3jpaVUpkle36GzdXT/QNJQXlnDFy1RZUwslRUBQLaFFJ8QveuUZbJmY30Qr/4K QYNX61Hpqk7nLAmsjgoWLv9BC79D+0OD/3IEJDMqVzui2FqfIGJQ84YmBmwjlu9vMHq1 MpWJ+Yp+vb53v6tBACGZsjQNIkjf+xfGexH1CNppDUe2laYDLZwb6w92ZL6dLeNS1b42 wrt6ajbSNdCskgMzfBdXreYoCKM74O2bwvRl/tXyxgHhm2lFdXTBJC/lakpIVCiSEe8g hK/w== MIME-Version: 1.0 Received: by 10.52.97.41 with SMTP id dx9mr14438060vdb.89.1339616578538; Wed, 13 Jun 2012 12:42:58 -0700 (PDT) Received: by 10.220.207.156 with HTTP; Wed, 13 Jun 2012 12:42:58 -0700 (PDT) Date: Thu, 14 Jun 2012 01:12:58 +0530 Message-ID: Subject: How to send attachments via local transport in axis2 ? From: gurdeep singh To: java-dev@axis.apache.org, java-user@axis.apache.org Content-Type: multipart/alternative; boundary=20cf307f38064c8cfa04c25fcae0 --20cf307f38064c8cfa04c25fcae0 Content-Type: text/plain; charset=ISO-8859-1 hi , Apache Axis2's local transport implementation is used to make internal service calls and transfer data within the Axis2 instance. It provides an opportunity for fast in-VM service call. Note:To use this transport, configure an endpoints with the local:// prefix. For example, to make an in-VM call to the HelloService, use local://service/HelloService. I have a requirement, in which , I have to pass the attachment from one axis2 service(service1) to another(service2) using the LocalTransporSender. it will reduce the network roundtrip.I am trying to implement the LocalTransportSender concept like the "org.apache.axis2.integration.LocalTestCase". my url looks like this-"local://service/Service1" please help me on this issue. ------- Thanks and Regards Gurdeep --20cf307f38064c8cfa04c25fcae0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable hi ,

Apache Axis2's local transport implementation is used to=20 make internal service calls and transfer data within the Axis2 instance.
It provides an opportunity for fast in-VM service call.
Note:To=20 use this transport, configure an endpoints with the local:// prefix. For example, to make an in-VM call to the HelloService, use=20 local://service/HelloService.

I have a requirement, in which , I have to pass the=20 attachment from one axis2 service(service1)=A0 to another(service2) using= =20 the LocalTransporSender. it will reduce the network roundtrip.I am=20 trying to implement the LocalTransportSender concept like the=20 "org.apache.axis2.integration.LocalTestCase".

=A0my url looks like this-"local://service/Service1"
=
please help me on this issue.

-------
Thanks and Regards
G= urdeep
--20cf307f38064c8cfa04c25fcae0--