Enter Keywords:
1 - 10 of 31(0.008 seconds)
Sort By:
 
I have a WebService with a [WebMethod] that returns a custom class. This custom class was generated from my XML scheme using xsd.exe. The XML that is produced by WebService is correct, however I...
Zones: .NET, Web Services and WCFDate Answered: 06/02/2003 Rating: 7.0 Views: 14
I am not sure what is meant by 'Add a WebMethod Attribute' to a function.  I am using WebMatrix. And I used a Wizard to help me create a WebService so I can access Data. At the end of the wizar...
Zones: C#Date Answered: 12/05/2004 Rating: 7.8 Views: 0
I have an app with this class: namespace MyNameSpace{ public class Foo {    ...    public string Name;    public string FirstName {       get { return Name.Substring(0, Name.IndexOf(" "))...
Zones: C#Date Answered: 09/25/2006 Rating: 8.6 Views: 0
my question is simple.. is there anyway to create a webmethod with optional parameters? if you add an optional parameter to a webmethod you get an error.. is there some workaround to do that?
Zones: .NET, Web Services and WCFDate Answered: 09/19/2003 Rating: 7.8 Views: 12
Hi I'm about to make a webservice to handle logins from a windows pplication. I need to make a method that takes userid/password and another method that takes userid/password/attribute1/attrib...
Zones: C#Date Answered: 09/10/2004 Rating: 8.8 Views: 0
Hi,  I am setting up a windows service that will send xml data to a web service on a timed interval.  The xml data is a dataset from the sql server.  What is the best way to transport this xml dat...
Zones: ASP.Net ProgrammingDate Answered: 09/11/2004 Rating: 8.8 Views: 0
Hi, Whenever I create a WebMethod, .NET automagically generates a series of "proxy" classes with the same name as my original classes, which mirror the names/types of all of the properties, but ...
Zones: C#Date Answered: 10/07/2006 Rating: 9.4 Views: 0
Hi all, I have a wsdl file. and i want to create a webmethod from it. How would I go about doing this? Regards
Zones: .NET, Web Services and WCFDate Answered: 12/12/2006 Rating: 8.2 Views: 4
I read some articles about basics of Attributes in net. But I do not get a pretty good understanding of how to use them instead of putting some information into assebly. There are some attributes I...
Zones: .NET, .NET Framework 2.x, C#Date Answered: 11/13/2007 Rating: 7.8 Views: 20
When I try to call a webmethod that returns a string, I get the entire html retuned. In my code, the alert inside MyMethod_Result shows the full html for the page. This is the full code I am using....
Zones: JavaScript, AJAX, .NETDate Answered: 01/31/2009 Rating: 8.0 Views: 0