Modify Port alias of all WebService Descriptors

Hi,

Is there any way to modify the Port alias of all my WebService Descriptor without doing it (selecting value in list) manually from the Designer ?

Because when my WSD has many operations, I met these warnings after saving :

[ISC.0124.9018] Document to XSD warning: Element declaration num1#http://www.mydomain.com is overwritten.
[ISC.0124.9018] Document to XSD warning: Element declaration num2#http://www.mydomain.com is overwritten.
[ISC.0124.9018] Document to XSD warning: Element declaration num3#http://www.mydomain.com is overwritten.

I would be rassured to have a service flow that makes the stuff for me, without any warning…
As the service “setAdapterServiceNodeConnection” does for substitute Jdbc connections…

Regards

Check if you find any candidate out of WmRoot package. Please note that service from this package must be used at your own risk!

Thanks for the tip. Hum WmRoot… I think I will do it manually…

But for you, these warnings are not a problem at all ?
(that happends only when my web services contain multiple operations, when attributes are common between body request of two web services)

Regards