InHyuk, Song wrote:
> 1: ClassMethod FindAdmission(id As %String) As %XML.DataSet [ 
> WebMethod 


normally you can set the default in the parameters using =""


ClassMethod FindAdmission(id As %String = "") As %XML.DataSet [ 
WebMethod 

will this work here?

kev


Reply via email to