web service input parameters problem

hi,

I created a web service descriptor as consumer.
But i cannot change the input parameter properties. One of the parameters should be optional. The end user may not enter value…but at the parameter properties it is required = true… how can i change the properties. thanks alot…

Gözde Candan

The consumer is created based on the WSDL, which is the one who defines if the parameter is optional or not.

If parameter exists, when you execute the consumer from developer do NOT fill in any value. If this give you an error then check if WSDL defines this parameter as optional.

Regards.

it could be cos its a document reference…check document reference u should be able to change the property.

HTH