Hello
I did a SOAP step and called a method.
It tells me all the parameters of the method are “requiered” while the elements are nullable
<xs:element minOccurs=“0” name=“Parameter01” nillable=“true” type=“xs:string”/>
Do you have a solution ?
THANKS