|
I have been trying to get that IBM example
running for days. I keep getting strange errors, IncompatibleClassChangeError
and NoSuchMethodError, which extends IncompatibleClassChangeError. I have been told that somehow I am using
different libraries at compile time and runtime, but I don’t see how to
fix it. We aren’t going to be using Castor, we’ll be using
JAXB, but I wanted to get this example running so we have something to compare
our application to. From: Vishist
Mandapaka [mailto:[EMAIL PROTECTED] You have multiple
approaches to this. On 11/3/05, Laat de,
Harm, VF-NL <
[EMAIL PROTECTED]> wrote: Hi
all, How
can I see the XML representation of an instantiated Axis object? I.e.
I have a value object generated by the wsdl2java task. When
I instantiate this like: MyType
type = new MyType(); type.setName("test"); and
do something like this: type.toString() I
get: However,
I would like to serialize to XML and see something like: <test>
<name>test</name> </test> Can
you please help? Regards, Harm
de Laat |
- Re: serialize axis object to xml Davanum Srinivas
- RE: serialize axis object to xml Matthew Menefee
