Questions tagged as 'web-service'

2
answers

Get ID of a line that was just created in PHP

Hey guys, So I have a problem that is as follows, I have a table players , a table training and a helper table treadmill (where will I see if some player is currently training) The question is, how can I do that by the time I create a worko...
asked by 10.11.2015 / 19:44
1
answer

Android app does not connect to local webservice

I'm studying webservices but I came across a problem, the API works, because I can already enter data in the database, I'm using wamp, but in the app, I follow several steps and it just does not send, always error sending, but not points out mis...
asked by 25.08.2018 / 18:49
1
answer

Error return php nusoap

Hello, I have configured a WebService server for a license, made in PHP nusoap, which was working properly, but due to problems with the internet provider we decided to host a third party in the new hosting when consuming the WS does not come ba...
asked by 21.08.2018 / 17:18
0
answers

Creating and consuming webService PHP + JSON - I can not configure

I'm doing a webservice, with no framework, using PHP + JSON, with localhost xampp initially, so I'll put it on some cloud server. I created in xampp / htdocs two folders, "client" and "provider", in the future 'client' will be on one server a...
asked by 16.08.2018 / 21:25
0
answers

I am performing an integration with sky api but I get an error message:

I'm doing an integration with api-cielo 3.0 but I'm getting an error message: application code package cieloecommerce.sdk.ecommerce; import java.io.IOException; import cieloecommerce.sdk.Merchant; import cieloecommerce.sdk.ecommerce.Sal...
asked by 14.08.2018 / 22:03
0
answers

Failed to access WSDL - Connection Refused - Glassfish 4

My application consumes a WSDL web service method and requires the URL to be changed as needed. The case is that even changing the URL using the method BindingProvider like this: ((BindingProvider) port).getRequestContext().put(Bindi...
asked by 17.08.2018 / 14:23
0
answers

Using WebService on Wordpress

Hello, I am a trainee for a company, and I am developing a 2-way integration system of BB booths for WordPress, and for that, according to the bank's developer manual, it is necessary for the company to have a database with customer tables an...
asked by 17.08.2018 / 14:22
0
answers

Web Service returns result only locally - Visual Studio

This is the following, I have a web service done in Visual Studio that has some methods. The problem is that I'm not able to access one of this methods through its full URL, just locally. Here is the method code so that you can check: [Route("...
asked by 01.08.2018 / 22:11
1
answer

WEB Service SOAP instantiate class

Good afternoon, I'm trying to instantiate a class from a WS SOAP but this gives the following error. Hereisthecodeformymethod:publicvoidconsultaOperadoresSafra(){CapturaPropostascapturaPropostas=newCapturaPropostas();ICapturaPropostasiCaptur...
asked by 31.07.2018 / 22:11
2
answers

Error in query to webservice CADSUS in PHP

Hello, everyone. I'm trying to consume the "pesquisar" function of the CADSUS bus, but I get the error as a response "Forced circuit exception"; The code used below is using Laravel 5.6 and PHP 7.1 : Route::get('/ws/teste', f...
asked by 31.07.2018 / 16:11