Questions tagged as 'web-service'

0
answers

Android - Fragment Opens before data is ready

I'm having a problem with a list of objects that come in a JSON, I can get the data, they get it, they should be presented in a Fragment that has a RecyclerView, the app opens and shows nothing. By analyzing the logs I noticed that the Fragment...
asked by 15.09.2017 / 15:24
1
answer

Read XML and create objects using LINQ in VB.NET

With the following code below: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <escuelas> <escuela> <estudiante>noe</estudiante> <fechaCreacion>2017-11-21T00:11:26.748-05:00</fecha...
asked by 21.11.2017 / 06:19
0
answers

Error calling a service through ServiceClient in C #

I have a project part (MVC that connects to DB through web services) from my company that calls WCF services like this: public static ReturnType CallWebMethod<TService, ReturnType>(String endpointConfigurationName, String myMethod, objec...
asked by 12.09.2017 / 15:20
1
answer

Is it possible to have a constant populated through a Spring @Service?

We have a web service that one of its parameters is called source and this source is always validated against a code in the database. For each of our services, I have to validate this code. This code does not change, so I want to keep it in a...
asked by 23.08.2017 / 06:02
1
answer

use WCF service method returns The caller was not authenticated by the service

I have a project with multiple WCF services compiled, and accessible by another project on the same machine. Now I'm trying to connect to one of these services from another machine. I put the service refence URL, but it asks me for authenticatio...
asked by 03.08.2017 / 15:43
0
answers

Authentication with JWT Auth and dingo API Laravel 5.4

I did an authentication with the default user model of Laravel 5.4, but now, I did the same implementation, only with a custom model, and it's not working. I get this error "message": "Undefined index: password" . Model: <?php na...
asked by 03.08.2017 / 16:11
1
answer

Consuming webservice per SQL Server procedure?

I'm using sql server 2016 to consume webservice per store procedure. I have a webservice in JSON returning the following: [{"nome":"Rebecca","email":"[email protected]","ra":"12345"},{"nome":"Caroline","email":"[email protected]","ra":"23...
asked by 21.07.2017 / 13:55
1
answer

WebService Integration SEFAZ CSharp - Genexus

We are using the Genexus Evo 3 U3, SQL 2008 Server R2 and CSharp version. I'm having trouble communicating with SEFAZ's webservice. I have already added the certificate to the program using the syntax below: csharp [!&HttpClient!].Ad...
asked by 20.07.2017 / 20:48
1
answer

how to send an array list to a web service

Hello, I want to know how I can send an array list to a web service via php, this is my web service. <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3...
asked by 31.07.2017 / 19:58
0
answers

Doubts how to get the answer (Java)

Friends, can you get the response of this request through a GET or POST ? The page is: link What I need is to get the page that is generated when it fills in the access key field and clicks the full query button. Thanks f...
asked by 05.07.2017 / 21:27