S
Sonal
I have a web method as follows:
Public Function SearchDocument(ByVal UserLogonName As String, ByVal
BusinessName As String,ByVal SearchData As MGSearchObjCollection) As
MGDocCollection
The object MGSearchObjCollection inturn has lots of properties and
functions.
Now from a web form when i access this web service and create
MGSearchObjCollection, it is not showing me the functions in this
object but it does allow me to set the properties. Is there any way i
can access the functions also in this.
Any help would be highly appreciated.
Public Function SearchDocument(ByVal UserLogonName As String, ByVal
BusinessName As String,ByVal SearchData As MGSearchObjCollection) As
MGDocCollection
The object MGSearchObjCollection inturn has lots of properties and
functions.
Now from a web form when i access this web service and create
MGSearchObjCollection, it is not showing me the functions in this
object but it does allow me to set the properties. Is there any way i
can access the functions also in this.
Any help would be highly appreciated.