Forum Discussion

jgalvan's avatar
14 years ago

Config Classes

Hi I am not seeing documentation or xref for classes like

import com.eviware.soapui.config.ModelItemConfig;
import com.eviware.soapui.config.RestResourceConfig;
import com.eviware.soapui.config.RestServiceConfig;

Can I please get the source to these and and any others in the inheritance chain?

1 Reply

  • jgalvan wrote:
    Hi I am not seeing documentation or xref for classes like

    import com.eviware.soapui.config.ModelItemConfig;
    import com.eviware.soapui.config.RestResourceConfig;
    import com.eviware.soapui.config.RestServiceConfig;

    Can I please get the source to these and and any others in the inheritance chain?

    There is no Java source for the Config classes since they are generated from XML by XMLBeans.

    The source XML for this generation can be found in src\xsd\soapui\soapui.xsd in the soapUI source (available at Sourceforge).


    Hope this helps!

    Henrik
    SmartBear Software