I have a Web service written in c# sitting on a.com
I’m on b.com
What are the input types in a.com that can be accepted ?
(datatable ,my custom class ?)
p.s. the client on b.com is a web.page ( asp.net)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any object which is Serializeable can be passed as input and returned from web service. Please follow the following link which list the available return types from webservice and a how-to guide to return a custom class http://www.dalepreston.com/Blog/2005/02/returning-custom-classes-from-web.html