A
Angel
I have a Web service that has a method returning a class, so complex
type.
This class is serializable. It works just fine.
I created a secoind method that returns a class derived from the first
one.
The SOAP response lists only the extra fields I added. The fields from
the
base class are not shown. I would like to have all fields included in
the
SOAP response. What should I do ?
type.
This class is serializable. It works just fine.
I created a secoind method that returns a class derived from the first
one.
The SOAP response lists only the extra fields I added. The fields from
the
base class are not shown. I would like to have all fields included in
the
SOAP response. What should I do ?