Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] XML Serialization

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: r s <rspolitics AT yahoo.com>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] XML Serialization
  • Date: Thu, 5 May 2005 10:13:54 -0700 (PDT)

Hi folks, I'm a junior engineer with a stupid question....

I'm working on a project that requires me to send XML data in a SOAP envelope
(using Axis). The problem that I'm having is that I don't know how to
serialize XOM objects (nodes, etc..). Right now I'm just taking it to string
and then sending that, but this seems kind of hoakey, is there a way to
serialize into "real" xml and not string?

Thanks in advance!
Ray


---------------------------------
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
>From ra.jacobs AT ngc.com Thu May 5 14:41:46 2005
Return-Path: <ra.jacobs AT ngc.com>
X-Original-To: xom-interest AT lists.ibiblio.org
Delivered-To: xom-interest AT lists.ibiblio.org
Received: from xcgtx810.ngxcgtxr1.com (xcgtx810.northgrum.com [208.20.220.55])
by lists.ibiblio.org (Postfix) with ESMTP id 461274C00B
for <xom-interest AT lists.ibiblio.org>;
Thu, 5 May 2005 14:41:46 -0400 (EDT)
Received: from xcgtx800.northgrum.com ([132.228.188.252]) by
xcgtx810.ngxcgtxr1.com with InterScan Messaging Security Suite;
Thu, 05 May 2005 11:41:40 -0700
Received: from xcgne201.northgrum.com ([137.51.154.97]) by
xcgtx800.northgrum.com with Microsoft SMTPSVC(5.0.2195.6713);
Thu, 5 May 2005 13:41:40 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: RE: [XOM-interest] XML Serialization
Date: Thu, 5 May 2005 13:41:39 -0500
Message-ID: <E3397709272D5742BD56AE8A6D119F6201546309 AT xcgne201.northgrum.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [XOM-interest] XML Serialization
Thread-Index: AcVRlcdWYD5FT46VSi+USt5TpK91BgADEVMw
From: "Jacobs, Robert A." <ra.jacobs AT ngc.com>
To: "r s" <rspolitics AT yahoo.com>, <xom-interest AT lists.ibiblio.org>
X-OriginalArrivalTime: 05 May 2005 18:41:40.0625 (UTC)
FILETIME=[13A7E810:01C551A2]
Cc:
X-BeenThere: xom-interest AT lists.ibiblio.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: xom-interest.lists.ibiblio.org
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/xom-interest>
List-Post: <mailto:xom-interest AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Thu, 05 May 2005 18:41:46 -0000

Did you check the Serializer class or the Node.toXML() method?=20

-----Original Message-----
From: xom-interest-bounces AT lists.ibiblio.org
[mailto:xom-interest-bounces AT lists.ibiblio.org] On Behalf Of r s
Sent: Thursday, May 05, 2005 12:14 PM
To: xom-interest AT lists.ibiblio.org
Subject: [XOM-interest] XML Serialization

Hi folks, I'm a junior engineer with a stupid question....
=20
I'm working on a project that requires me to send XML data in a SOAP
envelope (using Axis). The problem that I'm having is that I don't know
how to serialize XOM objects (nodes, etc..). Right now I'm just taking
it to string and then sending that, but this seems kind of hoakey, is
there a way to serialize into "real" xml and not string?
=20
Thanks in advance!
Ray

=09
---------------------------------
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
_______________________________________________
XOM-interest mailing list
XOM-interest AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/xom-interest




Archive powered by MHonArc 2.6.24.

Top of Page