Questions tagged as 'web-service'

2
answers

How to "capture" Webservice (XML) data in Java SE?

I am a layman in the subject webservice and I need to capture the data of a webservice that returns a little information. The webservice is this: link I found a lot of information on the internet but only for Java EE and in very complex...
asked by 24.03.2014 / 02:50
2
answers

Doubt on how to select a record via linq

I have a table, where I only write scripts . There is a field, where I separate whether it is technical script or central script. There is a TipoScript field that char is "C" or "T". This table was not well done without thinking about th...
asked by 21.05.2014 / 20:43
1
answer

When I run my WCF REST enter the WCF Client Test screen

When I run my WCF REST enter the WCF Client Test screen. Before it was working. Why is this happening, that is, why does the WCF Client Test screen enter?     
asked by 21.05.2014 / 19:50
1
answer

Synchronize databases via Webservice C # asp

I have databases on both the server and the client and would like changes made to one to be sent to the other through a Webservice. For example a new row is added to a table on the server then this new insert is sent to Webservice, which should...
asked by 18.12.2014 / 18:59
1
answer

Get deadline with the Web Service of the Post Office

I'm trying to get the deadline dynamically using the Post Office WebService, so I'm using this documentation . If you enter the test page , you can enter the CAP, for example, 4510 and the source and destination ceps to get the retur...
asked by 13.08.2018 / 16:55
1
answer

Error consuming webservice in C #

I'm doing a web service in C #, to consume its data via javascript (without being an application made in ASP.NET or any .NET technology, I want to use only html and javascript). My web service has been configured like this: [WebService(Name...
asked by 11.04.2018 / 15:18
2
answers

Consume API with javascript / jquery

I have to consume an api in javascript / jquery from IBGE Click here , but I do not know how to make the data of the input filled together with the link link {searches}. Below my code                                     <script>...
asked by 02.05.2018 / 19:58
1
answer

Returning Ajax request undefined

I'm studying a bit of Ajax and testing your requests. My question is because of the return, it is coming back undefined. This is the function: function recarregar() { var jsonData = $.ajax({ url: "http://xxxxxxx/o/Ano/1235",...
asked by 21.02.2018 / 15:25
1
answer

Custom DB Grid with webservice data

I'm creating a simple system to test the operation of Delphi with WebService REST, the first test is a search of data in the database that in this case is working everything right, only that when the data is loaded in the DBGrid the visualizatio...
asked by 05.02.2018 / 12:59
1
answer

Dynamic list ordered with search data

I have a problem to display data coming from a database in an orderly way, I have a field for the user to enter with the ID and it returns the user name, and when it is looking for more users the previous ones should hold. <?php $a = $_...
asked by 17.10.2017 / 20:04