Hi,
maybe I was not clear enough

:
I am using the java library from the Pro-version of SoapUI, not the light version.
The class WsdlTestStepRegistry is part of the light version and can only get a ProPlaceholderStepFactory for the identifier key "datasource".
I already looked into these factory-type and the only things I can get as a result from it are
placeholders for datasource steps and
no real datasource steps.
As I suppose, this feature is used if light-version users want to create steps which are displayed in SoapUI afterwards, but can not be used, because of the missing pro-licence. Am I right?
The users I'd like to support with my webservice are SoapUI Pro users. They can work with datasource steps.
So what I need are the classes from the Pro-version library which can create
real datasource-steps.
I think this is the class:
http://www.soapui.org/apidocs/pro/com/eviware/soapui/impl/wsdl/teststeps/WsdlDataSourceTestStep.htmlIf possible, please give me a java code example, for this is the language I use for my webservice.
Thanks in advance.