Questions tagged as 'web-service'

1
answer

How to make the Google map dynamic

I'm creating a car tracking app and I'm having a problem, I'm trying to make the map update dynamically without the need to update the page manually, this page receives the location through a .json file in the code I'm calling a file, but the in...
asked by 29.12.2015 / 19:44
2
answers

How do I get a string returned from the inner execution of a URL to turn it into a JSON object? [closed]

I need to run this URL internally on the server. The output of the execution generates a string in the JSON format: {"success":false,"errorMessage":"Token inválido"} How do I get the string returned from the URL execution to turn it into...
asked by 20.11.2016 / 12:08
1
answer

How to share a webservice through FTP?

Contextualization I'm developing an application in C # to access a webservice test that I created. This webservice is simple, it only has a method that returns a string. The webservice I created through Visual Studio, through an Asp.net pr...
asked by 09.10.2016 / 22:44
1
answer

.NET app can only access Web service with Fiddler on

I have a client application developed in .NET, I am not able to call a WS through the URL that was passed by my provider. I ran the test using SOAP UI and it worked perfectly, I received the answer without any problems, but my application only w...
asked by 16.12.2016 / 19:01
1
answer

How to read return from a java function

I use a third-party ged platform that provides web-services JAX-WS . There is a method called getInstanceCardData that returns the value of the form record fields of a request. Here's the method signature: Method:    getInst...
asked by 16.08.2016 / 13:48
1
answer

Error requesting in javascript

I'm trying to make a request in this format $.get("http://meuurl.com/webservice", function (data) { console.log(data); }).fail(function (data) { console.log(data); }); But I get this error    Failed to load resou...
asked by 27.06.2016 / 20:26
1
answer

Doubt with webservice method put and delete. How to implement in java?

What do I have to implement to make a Webservice available that supports PUT or DELETE. I'm new to this webservice world if you could help me by sending me at least one link from where I can read something about.     
asked by 13.07.2016 / 19:23
1
answer

Wildfly PersistenceUnit missing dependencies [closed]

I am trying to make a Web Service using wildfly-10.0.0.Final I am getting the error shown bellow. I already copied / created postgres and eclipselink jars to the Wildfly module folders. 05:13:11,312 ERROR [org.jboss.as.controller.management...
asked by 12.07.2016 / 10:38
1
answer

Problems when querying a table by a webservice

I made a web-service with find all the services when accessing the localhost in the browser but opening in SOAPUI and trying to make a query by all the following error occurs in SOAPUI? <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoa...
asked by 24.05.2016 / 21:46
1
answer

News API as service [closed]

I would like to display random news from Brazil and the world in my app while the user is processing a request. Does anyone know of any service / API that can provide me with a Json for handling?     
asked by 27.05.2016 / 16:05