web-services
Response message: Composite message or optional fields
We are working with a set of web services and we\'re looking for the best option to return errors to the web service\'s consumer. This is the current response:[详细]
2023-04-11 07:16 分类:问答Unable to access any web services in the _vti_bin folder from SharePoint web server
We have an internal portal hosted on a SharePoint web server. There is a separate server for indexing the portal content. I have a custom web application that invokes the SharePoint search web service[详细]
2023-04-11 07:10 分类:问答Invalid web service call, missing value for parameter with Backbone and Webservice webmethods
Is it possible for backbone to interface with asp.net soap webservice methods for saving and retrieving the data? because i got this error from the webmethod but actually the POST contains the paramet[详细]
2023-04-11 06:33 分类:问答integrate website with offline system
I have a website that provides a booking system. A lot of my costumers already have an offline booking system that also gives them other funcionalities(POS, Accounting, etc.). So they usually ask me t[详细]
2023-04-11 06:00 分类:问答php json returning bool(false)
Any thoughts as to why the following is not working. $request_url = \"someurl?myId=$id\"; //returns feed like above[详细]
2023-04-11 05:57 分类:问答Cancel async web service calls
I need to be able to cancel async calls made to my webservice. One solution I have is to use manage my own threads, and use synchronous methods from the SOAP client. This works fine and it needs some[详细]
2023-04-11 05:54 分类:问答Calling Java Web Service from .Net that uses List<T>
I\'m developing a开发者_运维百科 Java web service that will be consumed by .Net clients. The service exposes a method that accepts an object as an argument, this object has a field of type List, the R[详细]
2023-04-11 04:56 分类:问答http get for SOAP (web services)
We have a server process that replies to HTTP POST only. The framework that I use, gsoap, provides an HTTP GET plugin.[详细]
2023-04-11 04:51 分类:问答Cache webservices by argument passing to the funciton
I wonder how can I cache webservice returned data by its passed argument? For example: [WebMethod] [ScriptMethod(ResponseFormat = ResponseFormat.Json)][详细]
2023-04-11 04:49 分类:问答Error when consuming service : The type name ‘AAA' does not exist in the type ‘YYY.YYY’
I\'m trying to consume a WCF 4.0 service in my application. I built, tested, and deployed the service from the ground up. The service works in the WCF test client and can be consumed in any other test[详细]
2023-04-11 04:18 分类:问答