Questions tagged as 'web-service'

0
answers

Encapsulate responses from RESTful Web Service requests on the server side

Hello, Developed a RESTful Web-Service in PHP using the framework SLIM and an android application to consume his services. It's working fine, however, GET request responses, which are returned in JSON format, are fully exposed when I access t...
asked by 06.07.2017 / 00:23
1
answer

Long or Date in JSON

Applications, one server and multiple clients, POST and GET to the server exchange JSON objects. One of the variables that goes along with JSON is datahora atual , I see different Strngs to represent d...
asked by 07.06.2017 / 18:03
0
answers

Exception when accessing web service in application Xamarin.forms

I'm creating an application with Xamarin with Visual Studio 2017. I did all the tests in the web service and it accesses the database and records everything perfectly in the browser version. I have now made an implementation in the Xamarin appli...
asked by 06.06.2017 / 16:08
1
answer

Parameter passing in the SOAP web-service

Developed a web-service to list students in a class. Insert, List are ok. How much to Delete are not occurring. codelist.php<?php//clienteinclude"cliente.php"; //chamada do metodo SOAP $result = $client->call('listaAluno...
asked by 03.06.2017 / 22:51
1
answer

Webservice Hosting [closed]

I have a tremendous doubt. How do I host a webservice with only .php files on hostinger or any other free host? How?     
asked by 15.06.2017 / 19:54
1
answer

PHP SOAP Authentication

I'm having a problem creating an authentication mechanism using SOAP and PHP. No further delay. Here is the code: //servidor $namespace = '/service?wsdl'; $server = new soap_server(); $server->configureWSDL('myWS', $namespace); //registra...
asked by 01.06.2017 / 19:31
0
answers

Consuming WEB API ASP.NET MVC 4 [ERROR]

I have a problem ... I put my web api in locaweb ... But if I use the link in the project, it does not work and returns me "StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content : System.Net.Http.StreamContent ". I though...
asked by 30.05.2017 / 23:35
1
answer

file not found exception web service

I have a web and mobile application that are fed by web service the problem that every time I am trying to recover a user I get the following message "java.io.filenotfoundexception" (followed by my URL) and the response code 404. I've already lo...
asked by 31.05.2017 / 05:38
1
answer

Web-service Architecture and Functionality

I have a question regarding Web-service. This is the following I have an application in Java EE JSP, where it should allow a conversation with another application on Android (Example: when registering a meeting ata in the database by the JSP...
asked by 12.05.2017 / 09:13
1
answer

Faulty Service Problems in my web service

I did a web service and it was working fine until this morning, in the afternoon when I put the webservice through Eclipse and tried to connect to the address of the same service Faulty Service error. I did it all over and I could not s...
asked by 19.05.2017 / 21:19