Questions tagged as 'web-service'

3
answers

Consume webservice dynamically

I'm developing an Asp.net + C # application that will access some public webservices. I would like to do something flexible and easy to maintain in the future. I thought of calling the webservice by passing its address and input parameters and s...
asked by 13.02.2014 / 17:23
2
answers

Extract arrays and JSON objects returned with jQuery

I'm making a request in a Web Service using jQuery this way: var dados = jQuery( this ).serialize(); jQuery.ajax({ type: "POST", url: "http://meusite.com/test", data: dados, success: function( data ) { // que...
asked by 20.01.2017 / 06:21
1
answer

https (webservice) request from São Paulo Public Finance

I'm trying to make a https request from the Public Finance Webservice in São Paulo, but I do not know where I'm going wrong. This is the address: link According to the guidance of manual , it is not necessary to authenticate. Basi...
asked by 06.10.2016 / 21:21
1
answer

Delphi Web Service parameters

I have a service running in Delphi with DataSnap REST, it serves to read data and returns the query to who requested it, but now the client needs to consume this data via web passing some parameters, until then beauty, did the function it return...
asked by 04.10.2016 / 16:33
1
answer

Implement Vbscript Post Office Reverse Logic WebService

I'm trying to implement the webservice of reverse mail logistics in vbscript but I always get the error "Error reading XMLStreamReader." Follow the code that is being used. I'm still in development environment. Dim MdbFilePath,ConnectionStr...
asked by 22.02.2017 / 22:14
1
answer

Fill in select web service return from CEP

I am using the viacep site example so when the user enters the zip code, the other address data is filled in, but I would like the state through a select to be filled in automatically. The example shows it being filled in an input. link...
asked by 05.05.2016 / 16:30
1
answer

List printers on the network with PHP

I need all the printers on the network to be listed in my application for the purpose of configuring it, but until then I'm finding it difficult to do so. In principle I'm using Windows on the application server, but I think of using Linux over...
asked by 05.04.2017 / 19:24
2
answers

App.Config Layered Project

Gentlemen, I have a layered application, the business layer contains a reference to the WebServiceCorreios. In the App.config of the business layer I had to add the following code: <system.serviceModel> <bindings> <b...
asked by 20.06.2016 / 15:49
2
answers

WebServices with C #, do de-para

I need to create a WebService to export products. Creating the WebService is fine, but depending on the client, I will have to change the name of the elements. Example, Product Code element: Generic <codigo>1</codigo><d...
asked by 17.07.2015 / 15:45
1
answer

C # Windows FOrms Web Services

I would like to know if it is possible to work with web services using the application made in windows forms. It's possible ? If so, would you have any references that could help me solve this?     
asked by 27.01.2016 / 17:13