Questions tagged as 'web-service'

0
answers

MySQL table XML via Access

I need to first know if Access can connect to MySQL database. From this connection, I need to generate through XML an XML that contains the data of a table in my MySQL database. Later this XML should be sent to a remote server every day (via...
asked by 21.09.2016 / 20:54
0
answers

PLP SIGEP StreamReader Error

I'm integrating the Webservice SIGEP with PLP closing. I'm having a problem while posting the PLP closing XML. I get the error:    STREAMREADER ERROR All other functions work properly. I have already tried everything and the XML is o...
asked by 26.09.2016 / 16:21
1
answer

Post swift error with alamofire

But once I come to ask for help from you. I'm developing an application in Swift using web service writing in java hosted at Amazon AWS. When I try to make a registration via post the registration is not performed. The error that returns me i...
asked by 03.09.2016 / 05:31
1
answer

Authentication using php and Azure webapp services

Is there something like Firebase - with authentication ready for AZURE cloud? How do I make the php issue? Can you help me with an example?     
asked by 22.08.2016 / 19:20
0
answers

Access to Asynchronous Webservice

I'm working on a project, where I run an asynchronous webservice (project pattern), but I'm having a problem because webservice has not yet finished execution and my processing continues (causing errors). Is there any way I can do to just con...
asked by 02.09.2016 / 00:32
0
answers

Debug Web Service in Secondary Project in Visual Studio

I created a new project in C # in Visual Studio 2015 and made a reference from a Web Service that is in another secondary project. This Web Service is working normally, but when entering the break point nothing happens. Could you help me?     
asked by 19.07.2016 / 22:50
0
answers

Webservice filter magento products

Hello, I'm working on a webservice that lists all products in my store and would like to set a filter that returns only the products that have qtde in stock, how can I do that? below are my codes of how I'm doing: $sessionId = $client...
asked by 11.07.2016 / 20:20
0
answers

Bug reading csv per http request (WebService)

I'm having trouble reading a csv file through http request. It would be a RESTFul webService that receives a csv and uses its content. I have already tried to read it in different ways, with opencsv, JavaCsv .. Anyway, the bug I'm having is that...
asked by 01.07.2016 / 21:22
2
answers

Save data from a webservice to a global variable in Android

I'm starting with Android programming and I'm having a problem. I would like to store the response of my webservice in a global variable. This webservice returns a boolean value, this value I'd like to store in the connected global variable. How...
asked by 28.06.2016 / 17:54