Questions tagged as 'web-service'

2
answers

C # - XML return from WebService with coding error (ISO-8859-1)

I have a Windows Forms application that is consuming a WebService that returns an xml (string) with ISO-8859-1 enconding. However, the answer comes with question marks (?) instead of accents. How do I convert or read to ISO-8859-1, so that...
asked by 01.12.2015 / 19:45
2
answers

How to use the AFNetworking 2.0 library synchronously?

I would like to call a rest service using the AFNetworking library. How to make a call synchronously, ie wait for the return of the webservice? For example: Method that will return a carriage object: Carro *carro = [self findCarro...
asked by 15.02.2014 / 22:17
1
answer

How to get the result of the Request in Retrofit 2.0

Well, I'm starting to study Android, I even made an application with Volley but a friend indicated Retrofit because it was much faster and "simple". But I still can not understand much. I have a WebService where I want to log in. I have to se...
asked by 09.12.2015 / 23:00
1
answer

Questions to implement a webservice

I have a question regarding the implementation of a webservice, see the logic: I have a process that fetches data from multiple users on a system (system A), and I want to get this data and send it to another system (system B), in both cases...
asked by 03.05.2016 / 21:45
1
answer

Webservice returns pro SoapUI, but does not return pro PHP

I am consuming a WebService SOAP and I am encountering the following problem: The WebService has two functions. In PHP, using the SoapClient class, I created the client and consumed the first function without problem. But when I try to use the s...
asked by 24.03.2016 / 13:05
1
answer

Rails and Webmotors

Anyone with any experience with Rails integration with Webmotors APi? I'm using Gem SAVON to integrate the application with the site API and I'm getting the error:    Savon :: SOAPFault: (soap: Server) Server was unable to process request....
asked by 24.12.2015 / 15:22
1
answer

Send namespace xmlns: xsi and xmlns: xsd in response webservice soap

I have a webservice developed in java working perfectly, but I need to send the namespace xmlns:xsi and xmlns:xsd as shown in the example below:
asked by 30.07.2015 / 00:05
1
answer

Cross-origin request blocked

I'm using an Elsevier API to fetch a book listing. To do this, I'm using an example from them at this link: link I did my registration, got my APIkey and got the following code: <html> <head> <title>Elsevier ScienceDirect S...
asked by 21.11.2014 / 11:58
2
answers

Error generating files / classes from a Web Service with Netbeans

I'm trying to generate files / class from a Web Service and bring it to my Java project. For this I am using Netbeans IDE 8.0.2 At first I'm getting the message "Uma classe/interface com o mesmo nome já está sendo usada. Use a personali...
asked by 13.01.2015 / 20:21
1
answer

REST - Http x Json

I did some research and I have some questions about REST: Http is Rest? Is JSON and XML just the return format of a Rest operation? REST x Web Services: are the same things? SOAP would be the opposite of HTTP? Thank you for helping...
asked by 28.03.2016 / 14:34