Questions tagged as 'web-service'

1
answer

json_encode - Invalid JSON

I created a PHP code to fetch information from a database (MySQL) and "transform" into JSON. I used json_encode to do this. The output JSON seemed to be correct, but when I use some JSON validator, it always returns a Unexpected token...
asked by 14.10.2014 / 15:28
4
answers

SQL Query Joining 5 tables

I need help to make a query (multiple relationships) in my WebService + MySQL to return the result in my Android application. I have these tables: QueryIneedtoqueryaperson(tb_suspeito),withtheattributes(Name,cpfandRg).PreparedStatementstat...
asked by 30.10.2014 / 13:23
3
answers

Cross-Domain Application Security Doubt

I have a question regarding the security of cross-domain applications ... It is as follows, in case I have a hybrid APP that will run on a smartphone and will make requests ajax cross-domain to an api (in this case multiple .php...
asked by 16.06.2016 / 05:44
1
answer

Inclusion boleto caixa

Friends, I'm trying to include a ticket in the Box's WebService, however, when I use the layout in the documentation, I'm not successful. The error is this: (500 Internal Server Error) <?xml version="1.0" encoding="UTF-8"?><soapen...
asked by 29.08.2018 / 16:18
3
answers

WCF consuming external Java WebService with HTTPS and proxy

I have a WCF service that consumes a Web Service (developed in Java) where I need to connect to HTTPS using a certificate. So far everything works fine, however, in production environment my client uses a proxy and I am not able to establish an...
asked by 31.01.2014 / 20:21
1
answer

How to extract only different values from an array?

I am extracting from a array city name. I want to extract cities with different names. In the current case, my script returns several names of equal cities. I want to recover only once each city name. The result is this: Array (...
asked by 03.01.2016 / 02:15
1
answer

What problems can occur when using the "http://tempuri.org/" namespace in our webServices?

When creating a webService, in my case using ASP.NET, I always change the default namespace to someone related to my project, usually using the site URL for this. But lately I've had the need to integrate systems and usually other developers...
asked by 14.11.2014 / 12:22
2
answers

How to reference eSocial webservices by Visual Studio?

I've already followed the instructions of this question li, reli, and have re-read the Pedro Gaspar tutorial several times. And I can not reference the eSocial webservices through Visual Studio. What I've done so far was: I installed the...
asked by 15.06.2018 / 20:30
1
answer

How to return the image converted to base64 in Postman [closed]

I have Web Service REST Server , I need to traffic a web service image to the client, when the client requests a certain image, the web service converts to base64 and sends it to the client. I'd like to know what I'm doing to tes...
asked by 14.10.2016 / 18:38
1
answer

Doubt on theoretical part of web services

Hello everyone. I'm studying the web services part and I'm a bit confused with the theoretical part. I was reading the article on this site link And I was confused by the definition of "intermediate web service". I'm developing a simple...
asked by 02.10.2016 / 10:35