J
Joe
Hi,
Im having a little trouble with the fiollowing in a web service
Public Interface IBookAttribute
Property Description() As String
End Interface
I get "Cannot serialize Inteface MyApp.IBookAttribute"
Is it possible to do so, or are interfaces not a good idea for web services
(why not?)?
Thanks
Joe
Im having a little trouble with the fiollowing in a web service
Public Interface IBookAttribute
Property Description() As String
End Interface
I get "Cannot serialize Inteface MyApp.IBookAttribute"
Is it possible to do so, or are interfaces not a good idea for web services
(why not?)?
Thanks
Joe