Questions tagged as 'web-service'

1
answer

Consume web service (WSDL) in PHP

I do not have much practical experience with web services. I need to use some methods of this: link Can anyone help me on how to connect to it in PHP and get the feedback? For example: There is a method called GerarToken () that receiv...
asked by 07.03.2018 / 19:11
1
answer

How to use various sites in Ubuntu Dedicated Server?

Hello, friends! Context: I have a dedicated server to host web applications. The root directory is the default / var / www / html of any server. I want to host a website first. In the root directory (/ var / www / html) is phpmya...
asked by 12.02.2018 / 16:02
1
answer

Change a record with a REST WebService

I'm trying to change my bank's registry via a webservice rest in java, the tests in webservice worked, but on the client I'm having trouble working. Note: I use Delphi XE8 (Client) and Netbeans (WS) WS: @PUT @Consumes(MediaType.APPLI...
asked by 07.02.2018 / 13:55
1
answer

web api, how to login correctly?

I'm developing an application that is a shortened version of a web system, this system was developed in PHP. For the application, I am developing in xamarin forms, however via web api I am trying to make the login screen, but when entering any l...
asked by 14.02.2018 / 20:07
1
answer

Consume WebService in delphi

I created a REST webservice using JAVA, however I need to make a client in Delphi consume this webservice, I tried to make several video classes I found through google, but none was useful. I created a simple webservice to test this communica...
asked by 01.02.2018 / 17:39
1
answer

I can not register data using webservice Rest JAVA

When registering data in my database using webservice the following error occurs. Sending 'POST' request to URL : http://localhost:8080/FazendaWS/webresources/fazenda/Usuario/inserir Post parameters : {"login":"felipe10","senha":"1234","email"...
asked by 03.02.2018 / 20:41
1
answer

Web service for web / android

I have the following web service $app->get('/alunos', function(){ require_once('db/config.php'); foreach ($db->alunos() ->order("nome") as $row){ $data[]=$row; } echo json_encode($data, JSON_UNESCAPED_UNICO...
asked by 07.01.2018 / 13:43
1
answer

BasicNetwork.performRequest: Unexpected response code 500 for

I'm developing a mobile application that will consume services from my server, developed in the Play Framework. I already created the login service as below: public class Services extends Controller { public static void login(String login, St...
asked by 22.12.2017 / 13:51
1
answer

Treat response from rest service using volley

I'm developing an application in android studio where it consumes a service I created in the Play Framework. I am now learning how to create and consume services, and I am having difficulty responding when I log in to my application, regardless...
asked by 25.12.2017 / 15:32
1
answer

Error consuming service using volley

I'm developing an app in Android Studio where it consumes a service I created in the Play Framework. This is my route in the service: GET /Services/cadastrarPalheta/{matricula}/{data_instalacao}/{local}/{cod}/{estado}/{bairro}/{rua}/{comple...
asked by 26.12.2017 / 15:24