Since the introduction of web service consuments in Designer, I am struggling with the following message when saving the design element:
“The Script Libarary cannot be saved. The changes made to the generated source code would prevent its proper operation.”
Is there any explanation what triggers this message?
Peter
Subject: Check your Web Service properties
By default your web service will not save if the code generated does not match the WSDL contract.
You can disable this in the properties of the web service. Be aware though your web service library may fail to work if it doesn’t match the WSDL.
Subject: disable this in the properties of the web service?
Simon, can you point me to this settings in the properties? There seem to be no property settings offered for web service consuments.
I am using Designer 8.5.2 and developing Lotusscript consumers (maybe a mistake… ;-).
Peter
Subject: inserting and deleting a space will change sonmething important?
Most of the time it seems to be enough just to insert a space and delete it again so that Designer thinks somthing would break the WSDL - I never change any relevant code…
Disabling this control “feature” may do the trick for me - thank you for your suggestion.
Peter