score:1

Accepted answer

this is still a problem, but i found a workaround. i added to my services.xml:

    <parameter name="beanpropertyrules">
        <bean class="package.test" excludeproperties="tests" />
    </parameter>

that is:

 <bean class="package.object" excludeproperties="propertytoexcludefromwsdl" />

this worked.


Related Query

More Query from same tag