rest
Android JSON Call through HTTPPOST with Headers
I found an example on how to call JSON from HTTPPOST in Android. Now I can call A service on my localhost using the link: (http://10.0.2.2/testingjson/testing.json)[详细]
2023-04-11 18:11 分类:问答@QueryParam regex expression
I am using Jerse开发者_开发技巧y for Rest and have a method that accepts @QueryParam. However, the users may send @QueryParam. like this:[详细]
2023-04-11 17:06 分类:问答Error in Android client that sends byte[] to a REST web service
this is my first post; i\'m a newbie on Android development, i wrote a REST web service for receiving a byte[]:[详细]
2023-04-11 16:14 分类:问答(Simple) Push Notification using REST with Silverlight 4?
What is the best way to implement a push notification service using RESTful WCF services with Silverlight 4 clients?[详细]
2023-04-11 15:24 分类:问答MVC3 Restful Versioning Routes
We have a RESTful API that we are doing in MVC3.We would like to have routing versions 开发者_如何学Cto go to different controllers.Our current routing is:[详细]
2023-04-11 13:40 分类:问答how to consume an external rest with grails JAX-RS?
I\'ve been looking all over the internet trying to find an example of how to do this. I just want to consume an external REST server but i dont know how to set up the url of the external server , plea[详细]
2023-04-11 12:52 分类:问答Validating XML requests in a C# RESTful MVC web service
I have a C# MVC web service that receives XML. Additionally I have XSD against which the request XML can be validated against.[详细]
2023-04-11 09:44 分类:问答Java proxy server which will monitor & log the traffic (HTTP, SOAP ,REST)
I basically want to set up a proxy server using Java which will capture the outgoing requests and the incoming response and dump it in a file.[详细]
2023-04-11 06:38 分类:问答Salesforce post data from remote server
I am a newbie to Salesforce, currently developing an application which will be used by our clients. One feature of the application is, it should receive data from our remote server for each client and[详细]
2023-04-11 03:48 分类:问答REST with nullable types?
I\'ve hit a brickwall. My REST implementation won\'t accept Nullable values. [OperationContract] [WebInvoke(ResponseFormat = WebMessageFormat.Json, 开发者_开发百科UriTemplate = \"/Transactions?AccNo=[详细]
2023-04-11 03:05 分类:问答