Questions tagged as 'rest'

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

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
1
answer

Windows service sharing information with a Rest

Is it possible for a Windows Service to exchange information with a Web Service Rest? If so, is this a good practice or not? Why the question? I just have to do the following. When a flag in the database is changed from 0 to 1, it should trigger...
asked by 05.10.2017 / 23:57
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
0
answers

Send photo and json in the same request - Postman

I'm having trouble sending a photo and a json by postman on the same request. Ineedtosendtheprofilepictureoftheuserandatthesametimereceiveajsonwiththedataofthesame.//InstânciadaentidadeLogin$login=newLogin();//recuperandooparâmetroobjetologindo...
asked by 09.10.2017 / 17:39
1
answer

Avoid getting Favicon in Flask

I have a client-server application in Flask, and when I do a get to the server, another get is done by asking the favicon of the address. I would like to know if you can not automatically get this favicon get.     
asked by 19.09.2017 / 21:47
2
answers

Service to get a change in the bank

I need the following. How do I make a service auto start whenever the bank flag changes from 0 to 1? I have a field in a table in the DB (Sql Server), that every time the seller requests a discount, the flag (FlagLiberacao byte) changes from 0 t...
asked by 28.09.2017 / 13:31
0
answers

Rest API returning Token

I need to develop an application in Swift I'm trying to consume an API to login and when I log in the application will have to send a Token , but this Token already exists in the API , would you like to know how I can handle it? Is it a...
asked by 15.09.2017 / 11:58
1
answer

XML SOAP - WEBSERVICE REST

I wonder if it is possible to send an xml in the SOAP standard to an "endpoint" in REST? Or if the best way would be to create Webservice in SOAP to not mix the protocols? I ask this, because we have been redoing the entire backend (JEE7) for...
asked by 15.09.2017 / 00:24
1
answer

Read XML and create objects using LINQ in VB.NET

With the following code below: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <escuelas> <escuela> <estudiante>noe</estudiante> <fechaCreacion>2017-11-21T00:11:26.748-05:00</fecha...
asked by 21.11.2017 / 06:19