Hi Another question today, I'm trying to make a web service client in windows form. I add the web reference and I made the instance of the class, but I don't know how I add the argument to the instance??? Thanks ---- hxxbin
Hi Another question today, I'm trying to make a web service client in windows form. I add the web reference and I made the instance of the class, but I don't know how I add the argument to the instance??? Thanks ---- hxxbin
Add a constructor to your web serive with that argument, then in the client you can do it. Its the same as other object oriented you do in your regular coding. Mazy "Improvisation is the touchstone of wit." - Molière