Questions tagged as 'webservice'

1
answer

Error downloading the AiAT SiiFactFEV1SOAP web service

I try to add to a new project in Visual Studio 2017 a reference to the Web Service of Immediate Information Supply (SII) of the Spanish Tax Agency (AEAT) with the test environment URL. From the solution explorer, I select the project, context...
asked by 09.04.2017 / 09:44
2
answers

Consuming a JSON from android What's wrong? [closed]

I'm trying to get a Json from a web resource and convert it to string to show it on the screen. I am using android Studio for this and I can not consume that resource. Any idea that is wrong PS: In the manifests I have added the INTERNET and ACC...
asked by 18.10.2016 / 13:11
1
answer

namespace "http://tempuri.org/" in WebService

When creating a Web Service with Asp.net C # I get the following [WebService(Namespace = "http://tempuri.org/")] Then when I'm using it, it shows me the message: This web service is using http://tempuri.org/ as its default namespace Reco...
asked by 01.09.2016 / 19:40
1
answer

AutoCompleteTextView does not work when giving space

I have a TextAutoCompleteView, which brings the data from a WebServices and when loading the adapter to make the suggestions, everything works perfectly. The problem I have when including a space, since it eliminates all possibilities. E...
asked by 16.02.2018 / 16:49
1
answer

.Net Dll with Web Service in VB6

I pose the following scenario. I have a DLL ( developed in .Net with fwrk 4 ) where one of its functions is to connect to a WebService (Service reference). I have some projects developed in .Net that consume this DLL. I have some pr...
asked by 16.12.2017 / 05:11
4
answers

Convert xml to array or json in php

Can you please help me to convert some data that I have in xml to json or to an array in PHP? This xml I consume it from a web service and when using a var_dump or echo I confirm that I do have an answer and the data that I require, however,...
asked by 15.12.2016 / 20:36
1
answer

Create a web service with java that returns a query from bd in json [closed]

I wanted to know if you can explain or pass a video or page that explains how to create a web service with java where I have to pass a string and given that string go to the bd to find a record and return the data of that record in json format....
asked by 31.03.2017 / 20:29
2
answers

Error consuming web service with POST and GET in Angularjs

Hi, I have a problem that keeps me from moving forward. I have a Web Service in which it asks to enter coordinates (INPUT); these, if they are correct, will send in JSON format a list of the name of the nearby branches (OUTPUT). You ca...
asked by 01.09.2016 / 05:40
1
answer

Problems with passing parameters with GET in Volley [closed]

Who knows in the case of a GET request include the HasMap () of the paramenters? Well with the overwrite of getParams () it works for POST but not for GET. Any suggestions are appreciated. Greetings     
asked by 05.07.2016 / 01:30
2
answers

Soap: Header ... problems

I have problems with an App in the Web Service that was consumed successfully. The detail was when security was added to the Web Service, for this a header was added. Who can guide me what could be the detail? I seem to receive a response fro...
asked by 21.06.2016 / 18:02