I have REST services which should receive really long queries via GET. Say for example I want to开发者_运维知识库 query a service with many geographical coordinates to find out something about all thi
I\'m writing a piece of reusable code to import where I need it, but it needs some info about what is importing it. I have a workaround that does what I want, but it\'s a bit ugly. Is there a better w
I am new to Si开发者_C百科lverlight, and I building a simple app which provides an interface for an expense report portal. The portal has a REST API which I can access; I know I can do it using WebCli
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m embarking on a new web app we want do do it RESTfully.Now it is time to begin designing the interactions, and something sorta basic about REST has me stumped.I am trying to figure out the best wa
I see APIs such as PayPal, etc. offering to call their services using NVP or SOAP/WSDL.When using a .NET environment (3.5) using traditional web services (no WCF)开发者_如何学JAVA which is better and
I was reading the Spring 3.0 Documentation and Blog Posts (followups) on how to create REST style services with Spring MVC but I can\'t find any working example on how to use the ContentNegotiatingVie
I\'m starting out with iPhone development and am struggling to find tutorials on handling service calls 开发者_StackOverflow中文版whether via SOAP or REST etc. As I understand it the SDK can\'t handle
I\'m using Jersey Client API in the following way :- User user = webRsrc.accept(MediaType.APPLICATION_XML).post(User.class, usr);
I have an APP that calls Facebook status.get method via the REST server - restserver.php using session key method. This app works fine for most of the users, but for one user I consistently receive HT