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
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
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