|
-
Aug 25th, 2005, 03:24 AM
#1
Thread Starter
Hyperactive Member
WSDL definition of class
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?
-
Aug 26th, 2005, 12:36 AM
#2
Re: WSDL definition of class
If you want to return an object of that class' type, make the class serializable.
-
Aug 26th, 2005, 02:46 AM
#3
Thread Starter
Hyperactive Member
Re: WSDL definition of class
 Originally Posted by mendhak
If you want to return an object of that class' type, make the class serializable.
I'm not directly returning an object of that type. I return an array list that may contain one or more of them.
There is a way to instruct the web service to declare the class in the wsdl file but I can't remember how or find in on msdn.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|