Simple question, but can't find the answer in the
documentation, or in the discussion group.

I hand this interface to Java2WSDL:

public interface GeneralServer {
        // Returns a List of foo objects.
        public List returnAllPortfolios();
}

Problem is that Java2WSDL doesn't know about Foo, and
so doesn't include Foo in the <type> section of the
WSDL. How can I force it to include Foo, without
creating a dummy method or something in the interface?

Thanks again for your help
Bob Woodley

__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

Reply via email to