Questions tagged as 'webservice'

0
answers

Capture SOAP response xml

I have an application from an external provider (it's not mine) that through a webservice call by a url returns an XML with the data resulting from the query on the browser screen. I have the problem in that I do not know how to capture that xml...
asked by 17.09.2018 / 19:22
0
answers

PDO query changing table

I need the following query made to a mysql database with the php function "PDO" allow me to send the name of the table from URL parameter and that in turn returns all the data in the table in JSON format consulted with the webservice through a b...
asked by 05.09.2018 / 23:00
1
answer

How can I connect my front (localhost) with my back in (localhost)

The case is as follows, I have a front made in angular and I already managed to make the connection between the back and the database, all this locally ... the problem is the following, when I try to obtain back information from my front with a...
asked by 06.09.2018 / 22:14
0
answers

Parser Error - An error occurred during the parsing of a resource required to service this request

I am developing a web system in ASP.NET using Visual Studio 2017 , I use a WebService in the part of Backend to make queries to the database, the problem is that when publishing the project in the server throws me the...
asked by 05.09.2018 / 16:09
2
answers

Stop JSON reading in node.js

I'm doing a Web Service in Node.js where I have to do several validations but if one of those validations gives an error I need the Web Service to continue running but stop validating, as if it were a Try ... catch alone I do not know if in my c...
asked by 02.09.2018 / 20:56
0
answers

Send pdf to a WebService (.Net) from Php

Good morning, I need to send a .pdf file from a web made in php This is the code I use to send from c #: WebClient.UploadDataAsync(new Uri("http://" + Properties.Settings.Default.WebService + "/Service1.svc/UploadFile?FileN...
asked by 03.09.2018 / 18:04
0
answers

MySQL Wildcards in Android Studio

I have made a query in MySQL and it works perfectly until the wildcard% is introduced in front of the text to be searched with LIKE (behind it goes well) This is the query: SELECT id_ave, DATE_FORMAT(fch_ave,'%d/%m/%Y') AS 'fecha', zon_a...
asked by 27.08.2018 / 10:02
0
answers

Problem with access to REST Web Service

I have a web service rest in java, in which, I have already restricted access to it, since it generates a JSON with user data, the problem is that I do not know how to do it so that I as admin can access from the browser, from what I have been a...
asked by 25.08.2018 / 14:16
0
answers

How can I consume a WCF SOAP service from Angular 6?

I tried to do it with two libraries: ngx-soap and soap, so far I could not. This is a service that tries with the ngx-soap library. import { Injectable } from '@angular/core'; import { NgxSoapService, ISoapMethod, Client, ISoapMethodRespons...
asked by 23.08.2018 / 03:09
1
answer

Is it possible to send a json to a web service with volley?

I have been reading and everything that appears to me is to receive a response from the server and send data to it by parameters within the URL. What I would like to know is if there is the possibility that from my Android app I send a json to m...
asked by 17.08.2018 / 21:40