Hi,
I use xrpcc tool to generate classes from a Wsdl doc.
Now, if I have a class called Input (generated by xrpcc)
and I want it extends another class of my own, what could I do?
Have I to modify it manually or is there something to set
in configuration.xml file?
I mean:
public class INPUT extends CLASS_OF_MY_OWN {...}
thanks in advance,
Andrea Tevoi