P
PMCG
Hi
If i have a simple web service lik
[WebMethodAttribute()
public string DoIt(string Name, int Age
return ""
and i look at the WSDL i get
element minOccurs="0" for the string parameter but element minOccurs="1" for the int parameter
I cannot find any of the Serialization attributes that i could use on the string parameter to indicate it should occour at least once
If anyone has a solution for this i would appreciate your hel
Pat
If i have a simple web service lik
[WebMethodAttribute()
public string DoIt(string Name, int Age
return ""
and i look at the WSDL i get
element minOccurs="0" for the string parameter but element minOccurs="1" for the int parameter
I cannot find any of the Serialization attributes that i could use on the string parameter to indicate it should occour at least once
If anyone has a solution for this i would appreciate your hel
Pat