Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 14624 invoked from network); 11 Mar 2008 05:50:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2008 05:50:53 -0000 Received: (qmail 39969 invoked by uid 500); 11 Mar 2008 05:50:48 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 39943 invoked by uid 500); 11 Mar 2008 05:50:48 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 39934 invoked by uid 99); 11 Mar 2008 05:50:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 22:50:48 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [128.222.32.20] (HELO mexforward.lss.emc.com) (128.222.32.20) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 05:49:59 +0000 Received: from hop04-l1d11-si02.isus.emc.com (HOP04-L1D11-SI02.isus.emc.com [10.254.111.55]) by mexforward.lss.emc.com (Switch-3.2.5/Switch-3.1.7) with ESMTP id m2B5oJuY011472 for ; Tue, 11 Mar 2008 01:50:19 -0400 (EDT) Received: from mailhub.lss.emc.com (nagas.lss.emc.com [10.254.144.11]) by hop04-l1d11-si02.isus.emc.com (Tablus Interceptor) for ; Tue, 11 Mar 2008 01:50:18 -0400 Received: from corpussmtp1.corp.emc.com (corpussmtp1.corp.emc.com [128.221.10.43]) by mailhub.lss.emc.com (Switch-3.2.5/Switch-3.1.7) with ESMTP id m2B5oEaT005854 for ; Tue, 11 Mar 2008 01:50:16 -0400 (EDT) From: Natarajan_Valli@emc.com Received: from CORPUSMX10C.corp.emc.com ([128.221.14.92]) by corpussmtp1.corp.emc.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Mar 2008 01:49:23 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Sending serialized object Date: Tue, 11 Mar 2008 01:49:22 -0400 Message-ID: <7775458F94A771469DE0D8F473E7C5980549AC86@CORPUSMX10C.corp.emc.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Sending serialized object Thread-Index: AciDOwrfZt3cyOSVRNiAy3rpt9bJzQAAJHog To: X-OriginalArrivalTime: 11 Mar 2008 05:49:23.0485 (UTC) FILETIME=[A89734D0:01C8833B] X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.30.53115 X-PerlMx-Spam: Gauge=, SPAM=1%, Reason='EMC_FROM_0+ -3, NO_REAL_NAME 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __IMS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' X-Tablus-Inspected: yes X-Tablus-Classifications: public X-Tablus-Action: allow X-Virus-Checked: Checked by ClamAV on apache.org > Hi All, >=20 > I'm new to HttpClient package. I've noticed that PostMethod=20 > class does not have a method that would return OutputStream that I=20 > could use to write the serialized object in to. This can be done using > java.net.HttpURLConnection class. >=20 > Any suggestion on how to write same thing using httpclient? >=20 > Thanks > Valli >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org