Groups | Blog | Home
all groups > asp.net webservices > august 2005 >

asp.net webservices : Make class known to client


Glen Wilkin via DotNetMonster.com
8/25/2005 8:23:10 AM
I'm having a mental block, I can't remember how to make a class in my web
service available to clients.
None of the methods in the service return or accept this class but one of
them may return them in an array list. How do I make the sevice include a
definition for this class in the wsdl file?

--
Glen


Message posted via DotNetMonster.com
Peter Kron
8/25/2005 2:36:10 PM
Apply SoapInclude or XmlInclude attribute to the WebMethod?

"Glen Wilkin via DotNetMonster.com" <forum@DotNetMonster.com> wrote in
message news:535C87204F648@DotNetMonster.com...
[quoted text, click to view]

Glen Wilkin via DotNetMonster.com
8/26/2005 8:11:22 AM
Which WebMethod?

[quoted text, click to view]

--
Glen


Message posted via DotNetMonster.com
AddThis Social Bookmark Button