webstart & axis.client & DefaultEngineConfigurationFactory problems

2002-03-14 Thread Token Scotsman
Anyone got any thoughts on this? I have a Java client app that uses a web service via WSDL2Java generated code. This works fine standalone. I would like to webstart the client (it is very light). However org.apache.axis.client.Service uses DefaultEngineConfigurationFactory (DECF). DECF does s

WSDL2Java "Invalid Element" from response problem

2002-03-13 Thread Token Scotsman
Hi. I'm getting the following error from my Java client that uses code from WSDL2Java: org.xml.sax.SAXException: Invalid element in com.foo.ws.ArrayOfAnyType - anyType I am returning in my response a System.Collections.ArrayList from a C# web service. For XML Request: POST /FooServic

WSDL2Java and javadoc comments - why not?

2002-03-12 Thread Token Scotsman
Hi there, I am using WSDL2Java from your axis project (thanks for the tool) and all is working well for me. I'm just wondering though why descriptions of functions from my web service end up as regular comments in the generated java files? E.g: package com.foo.ws; public interface Fo