How could I generate wsdl file with extension.
For example.
I have method called retrieve(BaseObject b)
and I have class
BaseObject and Provider and Provider is sub class of BaseObject.
When I run java2wsdl, it never takes Provider because there is no any
provider definition in method retrieve. If I modify method to
retrieve(Provider p), it will generate provider complex type in wsdl.
How could use base class in my service method and also generate all complex
type definition for all sub classes.
Thanks.

-- 
Haipeng Du
Salt Lake City

Reply via email to