tagged [asmx]
Nullable param in asmx service method causes other method to fail
Nullable param in asmx service method causes other method to fail To recreate the issue I'm seeing, using VS2010, create an empty website and add a web service (asmx) with code-behind. Using the follo...
How to send/receive SOAP request and response using C#?
How to send/receive SOAP request and response using C#? ``` private static string WebServiceCall(string methodName) { WebRequest webRequest = WebRequest.Create("http://localhost/AccountSvc/DataI...
- Modified
- 5 Aug at 23:56
asp.net asmx web service returning xml instead of json
asp.net asmx web service returning xml instead of json Why does this simple web service refuse to return JSON to the client? Here is my client code: ``` var params = { }; $.ajax({ url: "/Ser...
- Modified
- 23 May at 11:54
Issues rendering UserControl using Server.Execute() in an ASMX web service
Issues rendering UserControl using Server.Execute() in an ASMX web service Can anyone explain to why Server.Execute() is requiring my rendered UserControls to contain `` tags (or alternately, what I a...
- Modified
- 3 Aug at 21:22