wcf
WCF + JSONP: always get a "method not allowed" error message
Working on a pure javasript/html page to call WCF web service using JSONP to workaround cross-domain issue, got an error message \"method not allowed\", did a lot of searching online, but couldn\'t ge[详细]
2023-04-13 09:38 分类:问答Would like to call WCF service wihout adding service refernce
开发者_如何学PythonI am confused that how can i call WCF without adding reference of that. I need to test WCF is running or not only do not need other use of that, that\'s why i am searching to call i[详细]
2023-04-13 09:25 分类:问答Is it possible to implement server-side paging with a WCF Service, NOT a WCF Data Service
I\'ve been experiementing with using WCF and have written a WCF Service to provide the backend for a web site. I\'ve encountered a problem when it comes to implementing server-side paging as all the e[详细]
2023-04-13 08:42 分类:问答Default header content-type value used in the WebHttpBinding binding
I\'m trying to POST to a REST service using the default WebHttpBinding binding. The service only accepts \"text/xml\" as the content-type and the WebHttpBinding is sending \"application/xml, charset-u[详细]
2023-04-13 06:56 分类:问答what's the minimum / maximum value of the datetime data type when using SOAP?
开发者_开发知识库I have an interoperable WCF service which needs to provide a DateTime value to the clients.[详细]
2023-04-13 05:37 分类:问答Encrypted proof token in wsfederationhttpbinding
I have written a WCF c开发者_Go百科lient that uses wsfederationhttpbinding in order to authenticate to a STS and RPS.I recently noticed (using Fiddler) that the response received from the STS includes[详细]
2023-04-13 04:55 分类:问答HTTP 400 Bad Request when PUTting data to WCF RESTful service - Low maximum request size?
I have a WCF method that accepts arbitrary binary data which the service will save to a file on the filesystem. Here is the WCF method:[详细]
2023-04-13 04:53 分类:问答Is the DataMember IsRequired attribute in combination with a Nullable type contradictory?
I came across this today in a WCF contract: [DataMember开发者_开发百科(IsRequired = true)] public DateTime? LastModified { get; set; }[详细]
2023-04-13 04:34 分类:问答Asp.Net MVC and WCF - good idea to just call instance methods directly?
I\'m beginning development of a new Asp.Net MVC app. One of the requirements is to expose our API using a webservice - we\'re going to use WCF for this. (We have a third party making an iPhone app tha[详细]
2023-04-13 03:33 分类:问答Using WCF services remotely
I have created a simple WCF service by following a MSDN tutorial. I successfully created service and client. But I have a very basic question, that how can I use this service remotely. Foe example my[详细]
2023-04-13 03:21 分类:问答