Questions tagged as 'web-service'

0
answers

What method to use not to display the json data in the php page that serves as a request for the android app

Good night, I have an android app and I'm using this php code for a json request and I wanted the data not to appear when someone used the url, because then you can see the output information of the select How could I not show and be able to...
asked by 29.11.2017 / 06:21
0
answers

How to implement the DELETE method of the HTTP protocol in a Web Service REST in Java

I'm in doubt as to how to implement the DELETE method of the HTTP web service REST JAVA protocol, when I run it says I'm running the GET method and not DELETE. // Method Called in Web Service public void remove(Promocao promocao) {...
asked by 08.11.2017 / 23:23
0
answers

SOAP Web Service

I have a very unusual problem with a SOAP application. I have a simple client to do a consumer test. When I test directly on the view action of the service it returns the result correctly, but when I try to consume the same functionality by a...
asked by 13.11.2017 / 13:54
0
answers

Send information to rest and trigger notification

I'm in doubt about building a REST , not well in building, but which way to go, what approach. See my business. 1) The customer requests a discount. 2) Because the seller is not allowed to grant certain discount margins, he changes a fla...
asked by 09.11.2017 / 19:39
1
answer

Is it possible to visually display another value for a certain value in the bank?

I'm doing a ToDo and I need to define it in priority (urgent, high, medium and low). But I can only define by integer (1 is urgent, 2 is high etc) The question is: can you show another value in html but assign it to the original in the bank?...
asked by 25.10.2017 / 20:05
1
answer

Socket Error in get https request

I use Java 6. I was doing the integration with IBPT and used this code: URL url = new URL("http://iws.ibpt.org.br/api/deolhonoimposto/Produtos?"); InputStream input = url.openStream(); It worked fine, but the web service changed and now th...
asked by 26.10.2017 / 13:30
1
answer

Web-Service returning maximum quota exceeded. How to solve?

I'm consuming a third-party web-service. When I get the return of the service the following message is displayed:    The maximum size of incoming messages (65536) has been exceeded I have already researched forums for a solution, but I ha...
asked by 16.10.2017 / 12:54
0
answers

MaxReceivedMessageSize (6553 6) was exceeded. How to solve?

I'm consuming a web service by SOAP, however the following message is displayed:    The maximum size of incoming messages (6553 6) was exceeded.   To increase the quota, use the MaxReceivedMessageSize property on the   appropriate membership...
asked by 04.10.2017 / 19:49
1
answer

Integration between Console Application, WebService and Frontend Web C #

I'm developing my CBT and I need guidance on how best to do some parts of the system. Description: It is a system for optimizing the use of laboratories. Such a system should have web frontend on the client side and a web service on...
asked by 30.09.2017 / 02:15
0
answers

Error in webservice: javax.servlet.ServletException: java.lang.NullPointerException

I'm trying to run a query in my Webservice, but the function that the query is inside breaks nothing. My code: public boolean excluir(String usuario) { String sql = "DELETE * FROM listaproduto where uclogin=?"; Boolean retorno = fal...
asked by 27.09.2017 / 19:43