Questions tagged as 'web-service'

2
answers

Consume PHP / SOAP WebService on Android

I'm developing an Android application that consumes a PHP webservice through the ksoap2 library. I'm currently querying the webservice with a class that extends an AsyncTask. But because it does the task in parallel with the Thread UI I'm hav...
asked by 22.01.2015 / 18:47
1
answer

How to implement APNS server using EasyAPNS?

I'm trying to use EasyAPNS in a project for iOS 8. But because the project is old and there are no updates to it, I'm having problems. More specifically, regarding the server, which although correctly configured according to Raphael Caixeta's...
asked by 11.11.2014 / 00:11
1
answer

Error entering data with accent

I'm sending the data by URL to my webservice if I put the path through the web browser example in Chrome: meuwebservice/inserirusu/João_da_Silva/fotógrafo and calling a method to to display shows like this: Nome: João da Silva profi: F...
asked by 05.11.2014 / 13:13
2
answers

Value when is null does not show value in xml

I did this: if (lis.DT_TransacaoV == null) pdv.Transacao = "Não Recebido"; else pdv.Transacao = "Recebido"; I have in the object PDV a property called Transacao...
asked by 28.05.2014 / 22:39
2
answers

Error consuming ASMX Web Service

The error is this: An exception of type 'System.ServiceModel.CommunicationException' occurred in System.ServiceModel.ni.dll but was not handled in user code Additional information: The remote server returned an error: NotFound. I have two...
asked by 06.08.2014 / 21:53
1
answer

Run an XMLA query using WebApi from C #

My WebApi in C # is like this. using Microsoft.AnalysisServices.AdomdClient; using System; using System.Data; using System.Web.Http; using System.Xml; namespace FastReport.WebApi.Controllers { [RoutePrefix("FastReport")] public class...
asked by 10.07.2018 / 16:12
1
answer

Problems using callback in a ws

I'm implementing integration with a WS that fetches data based on cnpj . When querying WS and requesting a callback , it returns me the following ERROR:    Uncaught SyntaxError: Unexpected token: I think you're having a misint...
asked by 24.03.2016 / 15:15
1
answer

How to establish communication between WebService RestFul Jersey with desktop application?

I'm developing a chat system, in it I have a Java desktop application that needs to communicate with a WebService (server) which will distribute the messages to all connected clients. What is the best way to do this? I have a WebService RestF...
asked by 02.12.2015 / 18:44
1
answer

WebService for android app without using tomcat [closed]

I would like to know some alternative to tomcat, for me to do a web service for my android application, where I have my local database I want to synchronize this information through webservice. If you have some teaching material to set up the we...
asked by 17.08.2017 / 21:56
1
answer

Java Web Service SOAP with objects

Hello, I'm learning to use web-services and I stopped with a problem, maybe it's a silly thing, but I did not find a solution, I'm hosting my application in Heroku and I'll leave the relevant information here, but first I must explain what I woul...
asked by 31.12.2017 / 07:27