Questions tagged as 'web-service'

1
answer

Receive a base64 string via JSON and display in a TImage DELPHI

I'm getting a JSON object, which inside it has a photo converted to base64. I need to load this string into a TImage in delphi. Getting the string I got using the class superobject, but the base64 I'm not finding the solution. Thanks in advance...
asked by 24.07.2017 / 15:57
1
answer

Extract attributes from an XML in a SOAP message

I'm building a WebService that returns status of an object, so I get the object's data to search the base via SOAP message: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:agr="http://site.temp.br/">...
asked by 30.06.2017 / 06:03
2
answers

Consume WebService PHP using Java / Android [closed]

I build following a friend's guidance a webservice using php (actually it's a web application that returns all requests made via post a string in json format). First what I would like to know is if this what I did is actu...
asked by 06.06.2017 / 23:17
1
answer

Find ip inside the network [closed]

Hello, I'm trying a solution to find a specific computer within a network by an android application, to connect to a webservice in C # ... but the problem is in finding this computer, with the ip changing from time to time . What could I do about...
asked by 22.05.2017 / 18:50
1
answer

Query the XML URL

I'm trying to get some data from a URL with XML but it's giving error. Follow the code <?php $simples = new SimpleXMLElement($xml); $xml = simplexml_load_file('http://vallesw.azurewebsites.net/api/municipiosfranqueados'); //Pega o segundo...
asked by 21.04.2017 / 05:12
1
answer

Ubuntu Terminal access a website every day

I'm working with a WebService (SOAP + XML) that requires access every day on a link, I want to automate this service on my Ubuntu Server, I thought of using Lynx along with CronTab to access the link and then close, follows the CronTab code: 0...
asked by 16.04.2017 / 23:55
1
answer

I am trying to create a connection using localhost but is giving connection refused

public static String getJsonSystem(String urlString){ HttpURLConnection urlConnection = null; BufferedReader reader = null; String retorno = ""; try{ URL url = new URL(urlString); urlConnection = (HttpURLConnecti...
asked by 25.03.2017 / 17:00
2
answers

Wsimport of multiple equal services with several unnecessary operations

In Java, I'm using the wsimport tool. The process works. However there are some problems. I have to do the wsimport in the services of several different providers (all of them third, I have no control over them). WSDLs are almost identical, j...
asked by 14.12.2016 / 16:53
1
answer

When testing my web C # ASP.NET locally in Fiddler it returns me a 404 error

I'm creating a stock control system with android application integration, the connection is being made through a Web Service API. However I can not test the methods that exist in it to see the results returned, I'm using Fiddler but every time I...
asked by 01.12.2016 / 21:05
1
answer

Error START_TAG {http://schemas.xmlsoap.org/soap/envelope/}

When accessing a webservice made in php, in android it presents the following error: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG <html>@1:7 in java.io.InputStreamReader@4e84b080) JAVA / Android:...
asked by 21.12.2016 / 17:52