Hi all,
I have created a web service in .NET and client of my web service is
VB 6.0.
My web method is taking class object as input and returning another class object.
How can I use this web service in
VB.I have given [Serialzable] tag on both the classes.
Please help...
Thanx.