asmx
WCF to ASMX binding much slower returning large data than standard web reference
I am binding to an existing ASMX web service using a WCF service reference.I have a method that returns a DataSet object that contains a string of 500k length.[详细]
2023-03-11 16:31 分类:问答how to Edit/update Data Via Web Service
I have a C# asmx webservice.I am using a DataGridView to retrieve the data and that works well.But I also would like to select a record and update the data. And editing the data. Then create a button[详细]
2023-03-11 14:40 分类:问答Does a .net 2.0 web service always use Soap over http?
Im doing research and I downloaded a test app that calls a standard .asmx service. The service is being called using a sta开发者_运维问答ndard POST request. Im slightly confused because I thought .asm[详细]
2023-03-11 07:25 分类:问答Converting asmx web-service to WCF web-service - why does the JSON parameter need additional quotation marks?
I have a asmx web-service that returns a list of countries for a continent. When using JQuery to call the web-service I use:[详细]
2023-03-09 16:35 分类:问答How to send a file to a ASMX web service using VB6?
I have a VB6 application that I want to provide my users a feature where they can backup their data file to the cloud.I have a system in place where they can upload a file to the cloud and store it, n[详细]
2023-03-09 15:49 分类:问答ASMX web service throws an exception got garbage in xhr.responseText on client
Got a standard AMSX web service with method which throws an exception: [WebMethod(EnableSession = true)][详细]
2023-03-08 04:46 分类:问答What better technology has replace ASMX web services on the MS platform? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-07 16:30 分类:问答Hashtable as JSON from Web Service
I\'m trying to return a list of key/value pairs as JSON from a web service but getting a serialization error with Hashtable.[详细]
2023-03-07 07:58 分类:问答JSON Nullable Deserialization Error
Suppose you have a simple struct,开发者_如何学运维 like so: public struct Point { public int X { get; set; }[详细]
2023-03-07 02:20 分类:问答WCF Configuring server to remember data
I currently have a service in WCF where it processes requests made by a client. However, it caches some data that the client sends it. It then does computations on the data.[详细]
2023-03-07 01:13 分类:问答