Questions tagged as 'webservice'

1
answer

TimeOut problem with WCF

I would like you to help me, I'm doing a service SOAP in WCF for which the problem falls by timeout of the service because I have a foreach of 14 thousand records and each one does something. But if it happens the 5 min it leaves...
asked by 21.12.2018 / 20:52
0
answers

: Could not find a matching Java operation for WSDD operation "sum"

I have my java class with the webservice        package com.test; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebService; @WebService(serviceName = "HolaMundo") public class HolaMundo { @WebMethod(oper...
asked by 17.12.2018 / 19:35
0
answers

Return Bitmap from an onResponse within another onResponse with Volley

I need to return a bit map that is inside an anonymous function and does not allow me to return it. What I need is to return it to add it to an object and then to an array list within another function. Here I show you. This is the first onRes...
asked by 03.12.2018 / 13:17
0
answers

Reply Objetc Array in Web Service XML-RPC

Friends, I need the XML-RPC Web Service that I developed to respond to an object Array (1) and what it responds to is an objetc Objetc (1) What answers me is with the structure: Response object Object (1) - filter: 0 String (1): "2" And...
asked by 30.11.2018 / 20:28
1
answer

Web service in C #

I'm trying to do a web service but I get this error in the repository with the return and I do not understand why The summary error message says that as it returns void, a keyword return must not be followed by an object expression....
asked by 30.11.2018 / 02:39
1
answer

Error using Volley in Android Studio

Hello as I understand to send a url to a web service parameters are used to use them in the query to the database. But in the case of wanting to bring everything from a table and not send parameters how would the JsonObjectRequest be used? Thank...
asked by 22.11.2018 / 17:53
0
answers

Error making a php PDO query with postgresql

Good I am trying to make a web service with php and postgresql as a database, but I want to do it by the PDO method and I get errors. <?php require "database.class.php"; class Users { private $con; public function __construct() { //en...
asked by 12.12.2018 / 22:33
0
answers

Error consuming php WS in VS17

I think it's an error in the config but I do not know what it could be, since the parameters are being sent correctly, and SOAPUI is able to consume perfectly. I attached the appconfig. The error thrown is: System.ArgumentException: The pr...
asked by 20.11.2018 / 17:21
0
answers

How to connect my application to an external database?

I am working on an application that should recover information from an external database, I have to recover text and images, I do not know which is more advisable to use, use Firebase or Google Cloud, or develop the web Service, if I develop the...
asked by 20.11.2018 / 19:24
0
answers

Consume web services parametro xml php

I'm doing a PHP client to consume a web service which asks as a parameter a string that must contain an xml format. when executing the following code does not generate any results Thanks       //Variables $xml = 'variable que almacena la...
asked by 15.11.2018 / 14:17