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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20631792.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21230980.html
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(" "))...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21977804.html
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?
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20507368.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21106438.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21125540.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21978604.html
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
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22089116.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22958384.html
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....
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24064082.html