Questions tagged as 'web-service'

2
answers

Custom return in WEB API

Good afternoon. I would like to know if there is any standard or good practice (independent of the programming language) for building Web APIs that allow customization of the content of the response by the client (user of this API). Exampl...
asked by 11.10.2016 / 22:16
1
answer

Consume Web Service SGS Central Bank Brazil - Dollar Quotation

I was able to generate the (java) client in Eclipse, using the WSDL available at link . The following classes have been generated: package br.gov.bcb.pec.sgs.casosdeuso.ws.comum; WSValorSerieVO WSSerieVO package br.gov.bcb.w...
asked by 24.01.2017 / 18:28
1
answer

Problems with database connection

I'm developing a test program for integration with webservice . webservice itself was developed in Eclipse . It is a simple user registration and login service. When I run the program on Android and try to register a new user, it appears tha...
asked by 01.10.2016 / 03:12
1
answer

Catch data from WebService in Action from C #

I have an application that accesses third-party WebService. To improve the testing process, I'm setting up a Web site to simulate the WebService. This site consists of several Actions, which return the XML, simulating data. This part is ok ....
asked by 26.06.2015 / 20:42
1
answer

How to do POST with parameters in WebService REST in java?

Hello, I have a problem that I can not solve for days. The situation is as follows, until today I was only able to use the GET method of my webservice passing parameters directly to the URL path. But now I need to consume the webservice by pa...
asked by 10.11.2015 / 15:03
1
answer

Error 403 forbidden when consuming webservice CEP

I'm trying to consume a webservice from ceps but it always returns me 403 and it's public. WebService Test Running: link My Controller @Controller @RequestMapping("/busca-cep") public class BuscaCEPController { private stat...
asked by 16.11.2015 / 17:09
1
answer

Using WebService + SQLite

My question is the following, I'm developing an application that has an access to a WebService, but I think it's important to save some internal data in the application, for example, if the user logs in but has no internet, , so I need to make s...
asked by 26.05.2015 / 18:46
1
answer

WebService of the post office for more than one product per freight [closed]

Hello, I'm using the webservice of brokers: link To calculate the cost and term of the freight. The call is made via JS (jquery / ajax) and the webservice is in C #. I already use the service successfully for 1 product. The question i...
asked by 14.04.2016 / 21:48
1
answer

What would be the format of data trafficked by a SOAP web service?

In web services that use the REST architecture, the format of the data that is trafficked by the network is XML or JSON, in some cases they can be both. However, I do not know what format the data is that is trafficked in a SOAP web service....
asked by 05.03.2018 / 17:18
1
answer

Consuming a Web Service Asp .Net application Xamarin

I want to make a request to a Web Service developed in Asp. Net passing two parameters to my server. The controller in the web service is this: public HttpResponseMessage Get(string id1, string id2) { try {...
asked by 18.06.2018 / 14:40