Questions tagged as 'web-service'

1
answer

Android Volley, retrieve response from server

Hello, I'm using the Volley for Android to connect to my Webservice, however I'd like to display the status-independent server response that returns HTTP through the webservice. explaining better: When I call the webservice and the response c...
asked by 27.12.2017 / 23:35
0
answers

Where do I start to integrate my game with database?

I want my Mobile Game users to log in and save game information, as well as having the option to share some information (such as a created character) so that other users can download and but I'm not sure where to start, because from what I res...
asked by 28.12.2017 / 18:13
1
answer

Access-Control-Allow-Origin Error

I am trying to make a request from one server to another to perform a registration, but this error is always returned to me:    Failed to load link : Response to   preflight request does not pass access control check: No   'Access-Control-Al...
asked by 29.12.2017 / 16:49
2
answers

Error sending information to WebService: System.ServiceModel.Security.MessageSecurityException

I created a simple web service that makes a sum of two numbers and returns the result. The IIS I have configured windows authentication enabled and the others disabled. Code: ServiceReference2.TesteSomaSoapClient a = new ServiceRef...
asked by 12.12.2017 / 15:38
0
answers

Webservice PHP Soap

Personal Oops, Good Afternoon! I'm having a hard time consuming a webservice. Fis is a basic program to consume but is displaying the following error message: "The Request must be informed". I could not understand what this request woul...
asked by 12.12.2017 / 16:32
1
answer

Error trying to access WebService

I have the following problem, I have a WebService asmx, posted in an IIS, with the authentication configuration set to Anonymous, but when I try to access it, the following error appears: I need to be able to access this WebService for...
asked by 05.01.2018 / 13:34
0
answers

How to migrate TXT file to WebService?

Good people I have this code: public static string filePath = Path.GetTempPath(); public static void ImportFile(string path, string fileToRead) { if (!File.Exists(path)) File.Create(path).Close(); u...
asked by 05.01.2018 / 16:58
0
answers

I can not use webservice

I have the following webservice : http://IP:PORTA/wsexecbo/WebServiceExecBO?wsdl In this WS I have the following function: http://IP:PORTA/wsexecbo/WebServiceExecBO?wsdl/userLogin I would like to consume this WS directly...
asked by 08.12.2017 / 19:08
0
answers

API for barcode query

I've been negotiating with a company to be developed, among the necessities came the registration of the product quickly without needing many user inputs. Given this I had the idea of maybe getting the basic information of the products through s...
asked by 30.11.2017 / 02:33
0
answers

Is it possible to process messages received by WhatsApp in a Web Service?

I would like to know if you can receive entries through the WhatsApp web browser application to process these entries (messages) in a web service. Contextualized scenario: Pedrinho is a freelance cook who does marketing his work through th...
asked by 07.12.2017 / 15:21