.NET Framework Bookmark and Share   
 index > Windows Communication Foundation > how to Add List type as return type in webservice output activity in windows workflow foundationn 3.5?
 

how to Add List type as return type in webservice output activity in windows workflow foundationn 3.5?

Here i am using work flow as a service to use where i have to return some collection using List.In Interface i have created a method with return type list.but in my workflow when i am trying to add the web service activity i am not able to add the parameters from the interface,i receive a error as Runtime capabilities are not given for this type.What can i do now to add the list type as return type.
Any Suggesstion will be more helpful
Surendare
Hi,
Can you change the parameters of the interface manually?
I remember that .sometime,in WCF ,if Service using List type,It will change to array type after you add the WCF service.
But if client is based on .NET,You can change the codes on client reference file.

Regards
Frank Xu Lei--谦卑若愚,好学若?
专注?NET平台下分布式应用系统开发和企业应用系统集成
Focus on Distributed Applications Development and EAI based on .NET
欢迎访问老徐的中文技术博客:Welcome to My Chinese Technical Blog
欢迎访问微软WCF中文技术论坛:Welcome to Microsoft Chinese WCF Forum
欢迎访问微软WCF英文技术论坛:Welcome to Microsoft English WCF Forum
Frank Xu Lei

You can use google to search for other answers

Custom Search

More Threads

• Interoperability Issue between Java Client and .NET Service
• How to debug a thread in WCF?
• BinaryFormatter and IExtensibleDataObject problem
• How to apply optional binding policies (Policy/ExactlyOne[1,2,3]) to the same service endpoint?
• Problem finding post moved
• Is WCF for me
• window service host WCF can not read web.config
• WCF, transport level security and custom user validation
• Can you use multiple message certificates for one service?
• error adding WCF service reference hosted in windows service