Questions tagged as 'webservice'

0
answers

Error 524 of timeout in Webservice in C #

I'm using a Web Service call that reads emails, when reading 240 emails it works perfect, but when it's more than 240 emails, I get the following error:    The remote server returned an unexpected response: (524) Origin Time-out. In the...
asked by 04.05.2017 / 20:16
1
answer

How to attach a PDF file encoded in base 64

I am developing a solution that consults PDF records from a WEB service. The result of the consumption of this service can be encoded and stored as PDF: File.WriteAllBytes(Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\prueba...
asked by 04.05.2017 / 01:33
1
answer

Failed to consume WCF by ChannelFactory C #

This is my contract: [ServiceContract] public interface ILoginNetSSO This is the way I invoke it from the page_load method: BasicHttpBinding myBinding = new BasicHttpBinding(); EndpointAddress myEndpoint = new EndpointAddress("http...
asked by 12.05.2017 / 21:01
1
answer

Codeigniter 3.1.4 with Eloquent 5.4 Service

Controller Services to get AWARDS including count and paged This is my service controller, with CODEIGNITER 3.4 and ELOQUENT 5.4 public function __construct() { parent::__construct(); header('Content-Type: application/json');...
asked by 12.05.2017 / 19:41
0
answers

Error (401) Unauthorized, when consuming WSDL service

I am trying to consume a service that is done in PHP from a Windows Forms application, but I get this error: Error image capture: This is the code: private void btn_getBalance_Click(object sender, EventArgs e) { try {...
asked by 10.03.2017 / 14:51
1
answer

Ingest data to table jsp

Good afternoon. I am currently doing a program, which has a LinkedList, at the moment of wanting to apply the Method lista.contains ("Mario") returns false, it should be noted that the list is filled according to a class of the following shap...
asked by 19.03.2017 / 23:03
1
answer

Error in PHP webservice

I am using SOAP library web service for Android. I have this web service. function ws_put_q_answers($ids, $date, $users, $completeds, $idstores, $checkins, $checkouts, $locations) { include "conn.php"; for($i = 0; $i < sizeof($id...
asked by 14.02.2017 / 00:02
2
answers

PHP use utf8_decode with msqli_fetch_assoc

Good morning everyone, Use as hosting, HOSTINGER and after trying to contact the technical service and not solve the problem I come to the experts of this forum. I am doing a webservice in php, I have already managed to store characters in th...
asked by 07.02.2017 / 11:56
1
answer

Error in Executing the IIE

I am running my file already uploaded to an IIE locally but I get that error. would you please help me please.     
asked by 11.02.2017 / 15:53
0
answers

Fill Delphi dataset from Java array

I have a concern: can I fill a Dataset in Delphi from an array generated by Java, without the need to cycle (for, while)? For example: A GET method returns me as an answer:    (([], 'N', True, nil, False, 17, 22386, True, 'INTERESTS SERVIC...
asked by 15.02.2017 / 21:32