new to axis Question about Complex Type

2003-09-25 Thread Jawad Kakar
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

Re: new to axis Question about Complex Type

2003-09-25 Thread Adhamh Findlay
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

new to axis Question about Complex Type

2003-09-25 Thread Jawad Kakar
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