Title: new to axis Question about Complex Type
I am new to Soap, and using version 1.1 of axis, my question is about complex type.
Code for the interface.
public class FamilyInterfaceImpl {
public Family getFamily(){
Family f = new Family("MyFamil
I've been struggling with Axis code generation too, and in pretty much the
same circumstances. I've been thinking about writing a howto, so perhaps
this will be the first draft.
All of my classes and interfaces are in the same package, com.adhamh.SOAP
(for example).
First thing I do is use Ant t
Title: new to axis Question about Complex Type
I am new to Soap, and using version 1.1 of axis, my question is about complex type.
Code for the interface.
public class FamilyInterfaceImpl {
public Family getFamily(){
Family f = new Family("MyFamil