Questions tagged as 'web-service'

1
answer

How to consume data from SOAP Web Service with android application?

I am developing an application android + web services SOAP + mysq, I was able to create the web services and make it run with the methods insertUsuario and searchAll users, I consume the data and insert new ones through SoapUI, but in the androi...
asked by 03.05.2015 / 01:18
1
answer

Application Layers and Web API 2

I'm having a question in planning and structuring my application and hope to hear from the more experienced. Today, in the plan, I have data access (DAL) and the MVC 5 Web application in different layers and I know there is a great need for i...
asked by 07.10.2014 / 17:01
1
answer

Wrong message in webservice integrating with ActionScript

I'm doing a restful application in C #, in which I will receive a request via post and will return a JSON or a string for the requester. [HttpPost] public string confirmahora() { String OUTPUT = "mensagem";...
asked by 18.11.2014 / 13:39
2
answers

Send geolocation to webservice and upgrade to other devices

Well I did not get a good title for the question. But I have the following problem, I'm trying to make an app like Easy Taxi, I'll pick up the customer's location and send it to the franchisees. The question is, should I keep updating the...
asked by 14.11.2014 / 16:22
1
answer

Error with webservice SOAP using PHP

I'm trying to learn how to webservice using this tutorial: link But my server is returning the following:    Error       Response of type text / xml: text / html This is my client.php : <?php require_once "lib/nusoa...
asked by 06.09.2014 / 05:44
3
answers

REST Webservice does not return XML in IIS 8.0

The webservice in visual studio 2013 works beautifully. I added it to windows 8.1's IIS, and when it comes time to send the data via REST, it gives me this error:    The server encountered an error while processing the request. See the servic...
asked by 06.03.2014 / 20:19
1
answer

Structure of a WebService X Model class

I need to do a web service (asmx) where the Request Entry is in this structure: Request XML <RetrieveDeviceParentRequest> <model query=""> <keys query=""> <ConfigurationItem type="S...
asked by 04.10.2018 / 15:30
1
answer

How to put a web service in a web hosting?

I have an Android project that uses a Web Service, however I have to restart all that is to use or make tests, activate it in Tomcat through eclipse and sometimes when I test in different networks, I have to change the ip in the project Web Serv...
asked by 23.06.2015 / 17:41
1
answer

webservice rest to receive an xml in delphi

Good afternoon. A client wants to send me an .xml file I created a DataSnap Rest Application project. I implemented the method as follows for JSON function TFo_SM_Fornecedor.updateFornecedor(TObjJson: TJsonObject): TJsonValue; Var Forneced...
asked by 25.06.2018 / 21:22
1
answer

Failure to communicate with PHP webservice

I'm trying to access a PHP webservice through an ASP.NET application ccbusca.pesqwebservice client = new ccbusca.pesqwebservice(); client.Url = "http://www.ccbusca.com.br/webservice.php"; ret = client.ws_pesqcpf("VISUALFIX01", "XXXX@", "302X"...
asked by 03.02.2017 / 04:11