View Single Post
  #2 (permalink)  
Old 09-22-2009, 11:23 PM
Sabrina Gage Sabrina Gage is offline
Banned
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Sep 2009
Posts: 6
Reputation: 0
Sabrina Gage is on a distinguished programming path ahead
Default

You should rewritten the class(classcustomer) into the class that can be serialized xml, then you use it in you web service method, for output, you serialized it to xml, just like it.
Reply With Quote