Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] SOAP stacks

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Steve Loughran <steve.loughran AT gmail.com>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] SOAP stacks
  • Date: Thu, 07 Jul 2005 06:52:53 -0400

Steve Loughran wrote:
Has anyone done a SOAP stack w/ Xom yet? If so, how did they deal with MTOM?


Not to my knowledge. MTOM does not appear to be XML. You could probably write an MTOM parser that generated a XOM Document object, but a better solution might be to not use MTOM in the first place. Hell, the best solution is probably not to use SOAP in the first place.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page