RE: Deserializer for XmlDocument (DOM Tree)?

2002-03-28 Thread Egger Oliver
he XML to be > deserialized into Java types. > > > See samples.message for a similar example of how to obtain the XML > elements, and then perform your own transformation. > > Hope this helps, > > /Chris > > -Original Message- > From: Egger Oliver

Deserializer for XmlDocument (DOM Tree)?

2002-03-27 Thread Egger Oliver
Hello, I want to consume a .NET service which returns a XmlDocument (Dom Tree), the generated WSDL description (snip) is a following: when I generate with WSDL2Java the client an run it the follwing errors a

Deserialization of array bean objects not in beginning of array

2002-03-06 Thread Egger Oliver
Hello, I had problems with bean deserialization, my wsdl file contains arrays of beans in beans. during deserialization I did not take notice that the beans will not be filled in from the beginning in the array, so if you are just expecting one object in the array you have to search the whole arr

RE: array serialization problem (user error ?)

2002-03-01 Thread Egger Oliver
Title: RE: array serialization problem (user error ?) Hello,   I ran into the same problem, i'm roundtripping sometimes (because I'm to lazy to type) between the generated java beans from java2wsdl and back- wards wsdl2java, till 2002-02-27 nightly build this was working in both ways, even th

RE: Using the generated TestCases

2002-02-28 Thread Egger Oliver
65 29 [EMAIL PROTECTED] www.ecofin.ch <http://www.ecofin.ch> > -Original Message- > From: Egger Oliver [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 27. Februar 2002 09:03 > To: [EMAIL PROTECTED] > Subject: RE: Using the generated TestCases > > > Hello

RE: Using the generated TestCases

2002-02-26 Thread Egger Oliver
Hello Rich & Sylvain, With the current nightly build I can run the tests in text mode (with a main class) but not directly from my ant script (same error appears like Sylvain mentioned). The same appears when I try to run the the tests in the axis src. I had invested half a day into the problem b

RE: getting ....Bad envelope namespace

2002-02-21 Thread Egger Oliver
see http://marc.theaimsgroup.com/?l=axis-user&m=101415092803439&w=2 best, oliver > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 21. Februar 2002 11:38 > To: [EMAIL PROTECTED] > Subject: getting Bad envelope namespace > > > Hi All, >

RE: Problem installing AXIS on Jakarta-Tomcat 4.0.2

2002-02-18 Thread Egger Oliver
Title: FAX / SMS Web Services... Hello,   You have to add axis.jar (and maybe logxxx.jar) to tomcat common\lib directory, it was mentioned somewhere in the news group here, but it can't find it anymore.   Hope this helps, Oliver   NEU:  NZZ finfox, personal finance, die finanz- und vermögen

RE: Java2WSDL parameter p specification example?

2002-02-18 Thread Egger Oliver
LOVENIA > Phone: +386 1 5865 638 > Fax: +386 1 5865 270 > E-mail: [EMAIL PROTECTED] > www.hermes-softlab.com > -- > -Original Message- > From: Egger Oliver [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18, 2002 3:33 PM > To: [EMAIL PROTECTED] &

axis nighly build exception: No deserializer defined for array type

2002-02-18 Thread Egger Oliver
Hello,   I changed form Axis alpha 3 to Axis nightly build because of name spaces packaging problem.   I was able to run the axis server nightly build and as a client axis alpha3 (I had to manually add manually code for the bean serialization), however if I want to upgrade the client also

Java2WSDL parameter p specification example?

2002-02-18 Thread Egger Oliver
Hello,   was somebody able to use the Java2WSDL and specifing a package to namespace argument? whatever I do I get the following error:   [java] Java2WSDL emitter[java] Error: Unable to parse first argument for option -p[java] Usage: java org.apache.axis.wsdl.Java2WSDL [options] class-of-p

RE: problems with WSDL2Java

2002-02-18 Thread Egger Oliver
Hi Adam,   I had the same problem, in my case I "remade" the wsdl file with the java2wsdl utility and the thing I noticed was that xsd:string has changed to SOAP-ENC:string in the wsdl-message part since axis 3 alpha release. Afterwards the WSDL2Java utility was working without any probl