Questions tagged as 'webservice'

1
answer

Internal Server ErrorBEA-380001

Dear, I'm trying to consume a WS from a PHP application. My code is as follows: <?php $lib_nusoap='libs/nusoap/nusoap.php'; require_once($lib_nusoap); $all_info = array(); $client = new nusoap_client('localhost:7001/miservicio/servic...
asked by 02.02.2017 / 19:54
1
answer

Rest Web Service + Apache Solr: show XML in webapi

I have a problem and partly it is ignorance. I'm trying to get my Web Service to show me the XML corresponding to the data indexed in Apache Solr. The WS is connected, tested and gets the data, but at the time of doing the return to show the dat...
asked by 08.02.2017 / 16:05
1
answer

SQLite + Webservice (json) - MySql

I am developing a tracking application with the class LocationManager accessing the latitudes and longitudes of the gps and uploading to the server with jsonparser every minute by means of a Handler . I want to make a lo...
asked by 16.12.2016 / 16:38
0
answers

How to obtain a MySQL image on Base 64 via Webservice?

Hello friends will see I want to get all the records of a table called CATEGORIES with the fields IDCATEGORIA, NOMBRECATEGORIA, IMAGENCATEGORIA through a Webservice echo in PHP and MYSQL and I show it in a JSON, the problem is that the Webservic...
asked by 20.12.2016 / 18:00
1
answer

Consume ASMX WebService (.Net) from PHP

I have a WebService with ASMX extension made in .Net running in IIS on a server in my local network ip:x.x.x.10 . The URL of my WebService is link , requires a parameter codigo of type int and returns a Data...
asked by 03.01.2017 / 19:36
2
answers

How can I just upload the contents of a List

I have a Web service in which the result is a <List> . I can get the result without problems. What I'm looking to do is just show me the result depending on the value of the result is equal to 1. Here is the structure of the Web s...
asked by 25.01.2017 / 18:25
1
answer

How to get the return value using LINQ from an XML file

I have an application which calls a web service. For this I am using LINQ. What I want to do is the value of 'Caption' come from an XML file in which I pass as a parameter. When doing the debug I see that the parameter passes well, but it...
asked by 18.11.2016 / 16:34
1
answer

Wordpress REST API, GET featured image with a call

I'm making an android application for my wordpress page. I want to get several JSON data, one of them the image associated with the posts. The JSON that returns wordpress by default has the following format: "author": 5, "featured_media": 1836...
asked by 28.11.2016 / 12:31
1
answer

Bootstrap Validation - Java Eclipse

When I enter information in a text box, it is validated but another text box is automatically validated, as it would be so that the automatic text box is not validated. Here I leave an image and the code. <%@ page language="java" contentTyp...
asked by 12.12.2016 / 19:08
1
answer

.NET VS- [WebException: The operation has timed out]

I am developing a program in C # with Web Forms that consume methods of a WCF service. The following error is coming to me:    Exception "The operation has timed out".       Description: An unhandled exception occurred during the ex...
asked by 17.10.2016 / 00:30