Ask a Question related to ASP.NET Web Services, Design and Development.
-
Christian Hamel #1
WebMethod + MaxOccurs for input parameter; possible?
Good afternoon everyone,
I have a WebMethod function (VB .NET) that receive a parameter (Order
#). I would like to be able to change my function so it can accept a bigger
list of order number (Let's say 300 - is it too much?). Then the
application that call my WebService could pass more than 1 order number and
a bigger xml resultset would be returned. How can I specify that in my
function; is it evenly possible?
Any help would be greatly appreciated.
Thanks.
Christian
Christian Hamel Guest
-
XML document as input parameter ot WS ?
Hei, I have to create web service which accepts xml document as parameter: <CATALOG> <PLANT> -
WebMethod signature which takes SortedList as parameter??
SortedList is a .NET class and shouldn't be used as a parameter to a Webmethod. I just posted earlier today discussing why things like this aren't... -
Adding an XmlNode parameter to the HelloWorld WebMethod
I've added an XmlNode as a parameter to the HelloWorld WebMethod. The automaticall generated WSDL would leave one to believe that any well-formed... -
DataTable parameter of a WebMethod?
DataTable is not serializable, you have to put them in a dataset. DataTable object to it. I visit the .asmx can't pass in a...



Reply With Quote

