Questions tagged as 'web-service'

1
answer

Problem with CORS in Angular 5

Personal I'm having a test application in Angular 5 and I'm trying to consume the WebService from the top hat. When making this attempt the following error appears:    Failed to load link : The 'Access-Control-Allow-Origin' header has a valu...
asked by 26.07.2018 / 21:47
1
answer

Share enum of a web service with the client

I created a web service where you have enumerators to keep track of an integer attribute, I would like to know how I can access this enumerator from another project in which I am using this web service. Edit:     
asked by 14.03.2018 / 17:30
1
answer

Error 404 apache Tomcat

I'm new to web services, however lately I've gotten to develop my own, however I can not even do a hello world due to an error that Tomcat is returning me, it just does not find the URL, can you help me? package Login; import javax.ws.rs.core...
asked by 28.02.2018 / 22:43
1
answer

Web Service consumption in the SOAP standard with sending XML as a parameter in PHP

I'm developing an integration application between my city's prefecture and a system for a company, for optimization of NFS-e generation. It consists of using the City's Web Service to send, using SOAP, XML files to be validated. That is, the pas...
asked by 25.11.2017 / 14:32
2
answers

Consuming web service wsdl .net framework 2.0

When generating the request with all the correct parameters I have the return error 307 temporary redirect. Can you tell me what this error means?     
asked by 28.09.2017 / 16:08
1
answer

HTTP connection with server does not return JSON data

Hello, I'm trying to get the data from a query via HTTP, but it's returning this error: org.json.JSONException: End of input at character 0 of The code I have is this: private class AsyncFetch extends AsyncTask<String, String, String...
asked by 01.10.2017 / 23:42
1
answer

Haversine formula for SQL SERVER

Well, I have an Android app that uses Google Maps API. On the map, I get data from a SQL Server database. I need to create a radius in KM in which I just load the data from the bank that are within this radius. This is based on the current geolo...
asked by 08.09.2017 / 03:14
1
answer

Searching for parameter by editText

I'm having trouble fetching some data from a specific parameter in my android app, in webservice I already search and using GET already with the data I want it brings me the data, but I need it when I insert a text inside my edittext and hit the...
asked by 28.08.2017 / 16:13
1
answer

Questions Spring Boot Web App - Android

A few weeks ago I finished the project of a web system that does basic cruds, I used Java, Maven, Spring Boot, Hibernate, Bootstrap + Thymeleaf pro frontend, etc ... And I deployed to Heroku using the bank of PostgreSQL Data Now I'm starting...
asked by 21.08.2017 / 20:22
2
answers

Ticket Registration WebService Box SOAP WSDL PHP

Friends, I've never worked with WS, but now, as a result of the new changes, I need to register tickets that I generate on a site. I received a CEF document but so far I have not been able to make it work. Here are the instructions: URL:...
asked by 23.08.2017 / 02:05