asmx
How to pass a Dictionary in a web service
I have created a simple service to provide configuration options as a Dictionary. I created a new SerializableDictionary class that implements IXmlSerializable as described on this board. When I add t[详细]
2023-03-06 20:22 分类:问答ASMX service call via Ajax hangs (never completes)
Is using asmx service to update a session variable via ajax call a problem when a lot of calls are made in succession?[详细]
2023-03-05 11:41 分类:问答WCF Invoking From .Net 2.0 Applications
i开发者_StackOverflow中文版f there are more than one bindings ( ie in Web.config) in WCF Services, how to differentiate and consume Basic HTTP bindings from .net 2.0 Framework.Using Add Web Reference[详细]
2023-03-05 09:31 分类:问答Make asmx request on behalf of authenticated SAML user
Using Windows Identity Foundation I have a user who is successfully logged in and able to request pages.But there is an issue on any page that relies upon a asmx web service request to a WIF protected[详细]
2023-03-05 02:45 分类:问答C# ASP.NET web service - Trying to deserialize JSON and getting an empty object
Ok, I know I must be missing something simple. Thank-you for your help! [EDITED to clarify] The problem I\'m having is that the JSON input is not being deserialized properly or something and is giv[详细]
2023-03-04 13:19 分类:问答Login to a webpage from my chrome extension
I \'d like to login to a webpage from my google chrome extension. and that webpage is not running in the background tab. so any ideas ?[详细]
2023-03-03 19:26 分类:问答Silverlight 4.0: Cross Domain Policy Error
I have a webservice and a Silverlight application. I also have a crossdomain.xml and clientaccesspolicy.xml[详细]
2023-03-03 15:19 分类:问答How not to supply values to a webMethod
I\'m working on implementing a webMethod for a w开发者_Python百科ebService which has the following header:[详细]
2023-03-03 08:58 分类:问答When I Make my (ASMX) web service accept/return JSON instead of XML, is it no longer considered SOAP?
Just trying to wrap my head around SOAP vs REST.We currently have some asmx web services, mostly used between our own JavaScript and server code (not a public API).When I specify my method as a Script[详细]
2023-03-03 07:51 分类:问答What are the SOAP Messages on the Help Page of an ASMX Web Service Method?
I am currently studying Web Services and after doing a sample practise in a .asmx file, I notice that below the sample method output page, there\'s many SOAP related messages like the ones below, can[详细]
2023-03-03 00:43 分类:问答
加载中,请稍侯......