Hi Hans, On May 22, 2012, at 10:03 AM, [email protected] wrote:
> + <set field="productStoreId" from-field="parameters.productStoreId" /> > + <if-empty field="productStoreId"> > + <log level="warning" message="No productStoreId specified."/> > + </if-empty> productStoreId is a mandatory input parameter for the service; the above code is not required. Regards, Jacopo
