Questions tagged as 'web-service'

1
answer

Webservice PHP does not work!

I'm developing a system that will use a webservice in PHP and the structure that will be called to execute this webservice is as follows: <?php header("Content-Type: application/json; charset=utf-8") ; require_once( "Core.class.php"...
asked by 28.10.2017 / 06:10
0
answers

Delphi 7 - Inform A3 Certificate on Indy HTTP

Hello, I'm trying and unsuccessful so far to perform the integration with a web service, where I use the Indy HTTP component, updated to version 10 in Delphi 7 to access and make a GET using XML and JSON in a Web Service REST, however it is nece...
asked by 27.10.2017 / 01:15
1
answer

How to read XML web service in VB6?

I've got several examples on the web that worked, but I need to get the values from this file that follows the link below.    link How would I do this with VB6 ?     
asked by 22.09.2017 / 17:25
2
answers

Json created incomplete

Next staff was experiencing a loop problem in my project when creating the Json application looping. I was able to solve the loop problem with the annotation @JsonManagedReference, @JsonBackReference. But an Incomplete Json is being created:...
asked by 26.09.2017 / 23:56
1
answer

Passing array list per parameter

I have the following problem: I need to pass some files (xmls and pdf) from my winforms application to a webservice. The problem is that you can not pass via parameters to a WS data type such as List < >. In this case, I'm going t...
asked by 26.09.2017 / 15:21
0
answers

Multiple calls to webservice [closed]

I'd like to know the best way to make N calls to the same Webservice. Example: In a hotel search / quote system, as a strategy, we use N calls for a specific quote because each call is sent a different Business Agreement, then the best price...
asked by 06.09.2017 / 14:01
0
answers

Server Web Service Soap - WSDL - Java Eclipse

I know there is already a lot of post related to web service in java and I also know that there have been many questions with this problem. However, I tried in all ways and I could not solve it, so I'm here. This is my server log. The problem...
asked by 21.08.2017 / 17:09
1
answer

Send json to webservice and return status

I'm taking a course from Caelum 36 but I packed up at one point I need to do this: curl -i -H "Content-type: application/json" -X POST -d '{"valor":"39.9","titular":"Fulano"}' http://localhost:8080/fj36-webservi ce/pagamento Only in the ter...
asked by 05.09.2017 / 23:45
0
answers

Accessing webservice with SOAP Headers and Node.js

I'm trying to access a webservice using Node.js (with module node-soap ) and that I first need to log in and then in the calls of other methods it is necessary to send the received Header in the login. I can log in and below the xml with the he...
asked by 20.07.2017 / 21:01
0
answers

Java / Postgresql - Function does not return values

I am creating a webservice where I will return the values from my postgresql table. However, when I perform this function, a blank screen appears as if there were no data to be returned. I purposely failed to connect the connection data as drive...
asked by 27.07.2017 / 21:28