Forum Discussion
Hi Rao,
thanks for your answer.
Yes, I'm talking about Update Definition( of WSDL) .
I update it using right click on the interface.
Unfortunately the options you mentioned do not solve my problem.
I need to update the test requests because of a new fields.
The option to keep existing values works just fine.
But I also need the option to recreate optional content, because otherwise I lose values of optional fields.
With these 2 options the end result is nearly perfect. But there are 2 points Ihave a problem with:
- All fields that haven't been filled before, get filled with "?"
- All optional arrays that were not created before get created and filled up with one value of "?".
Is there no way to only recreate existing values?
Here is an example of what I mean:
Before
"activeUnicodeKeys" empty.
"terminateCommandKeys" not created.
After
"activeUnicadeKeys" with "?".
"terminateCommandKeys" creaed and with a "?".
best regards,
Michael
And not aware of Array type.