Most voted "web-service" questions
Web services can be defined using Web Services Description Language and consumed via Simple Object Access Protocol, or follow the REST model.
Learn more…901 questions
Sort by count of
-
3
votes2
answers1182
viewscall an . exe in Java or html
I am migrating a desktop system to web , with we have already largely ready, I would like to climb it and call what is not ready of the application by the browser , I would like a help, in the…
-
3
votes1
answer2509
viewsCurl Post Office Tracking
I’m trying to make a POST with Curl to check my deliveries. But it’s not returning anything. Someone can help me? <?php $post = array('Objetos' => 'PN752805878BR'); // iniciar CURL $ch =…
-
3
votes2
answers3598
viewsHow to consume webservice (WSDL) mails with javascript
I would like to use this web-service provided by mail for a small personal project (from the beginning, only return address by the ZIP code):…
-
3
votes1
answer14854
viewsHow to make POST with parameters in Webservice REST in java?
Hello, I have a problem that I haven’t been able to solve for days. The situation is as follows, until today I only managed to use the GET method of my webservice by passing parameters directly to…
-
3
votes1
answer101
viewsIs ASMX web service obsolete?
I came across the need to consume an ASMX Web Service. Until then I had only consumed Restful Apis. I noticed that the same is very different from a Restful API, for example. Given the way it is…
-
3
votes1
answer868
viewsError 400 when sending request to Esocial (C#)
I am receiving error 400 when executing SOAP request on eSocial servers as a response. The error occurs in this command: using (HttpWebResponse resposta = request.GetResponse() as HttpWebResponse) I…
-
3
votes0
answers28
viewsWhat it means to declare const {service} in Javascript, NODE.js
When I started studying Node.JS I came across the following code snippet: Example with services that shows middleware Factory Advantages. ... const {service} = options; router.get('/greet', (req,…
-
3
votes0
answers2708
viewsLog in to Webservice via Android
And there folks all quiet? My question is this:: I’m trying to create a login screen on Android and the registered data is in a Mysql database, to establish the communication I have a working Rest…
-
3
votes2
answers445
viewsApp.Config Layered Project
Gentlemen, I have a layered application. In the business layer App.config I had to add the following code: <system.serviceModel> <bindings> <basicHttpBinding> <binding…
-
3
votes1
answer280
viewsCrud with simple java REST webservices. Problems with jersey client class
I have this class but it is giving many mistakes do not know what I do today that I try to solve. What I do? package manager.client; import javax.ws.rs.client.Client; import…
-
3
votes2
answers2076
viewsCurl - Consuming webservice with PHP
I have the following code: $url_data = "http://localhost:8080/sistema/webservice/agenda/consultarHorariosDisponiveis"; $ch = curl_init(); curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type:…
-
3
votes2
answers542
viewsArduino + Module SIM900 + PHP + Mysql - POST method problem
Good afternoon to all!, I am developing a project that consists in the communication of a module SIM900 with an application, and doing the interaction of the two will be a server WEB + Database. The…
-
3
votes1
answer274
viewsWhen consuming an API that returns me serialized data in JSON, how do I know the data types of the properties?
I have no experience with JSON or web services consumption, but I am trying to consume an API that gives me weather data. Here is the documentation of the API I’m trying to consume. This API returns…
-
3
votes2
answers514
viewsHow to return a pure Json (without XML encapsulation) using webservice in c#
I’m with a webservice running locally, which conducts queries directly in a database through a string type parameter. Follow the outcome of the consultation: The second moment I have an application…
-
3
votes0
answers117
viewsError Webservice PHP + Android
I have a webservice in php: <?php// incluyendo la librería de nusopa require_once('./nusoap-0.9.5/lib/nusoap.php'); // Configurando el web service $server = new soap_server();…
-
3
votes2
answers743
viewsExtract arrays and objects from JSON returned with jQuery
I’m making a request on 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…
-
3
votes1
answer2879
viewsConsume wsdl webservice in java
I need to consume a wsdl webservice but I do not know how to load a method and pass the parameters inside that webservice to return me the desired value. This is the webservice: This XML file does…
-
3
votes1
answer927
viewsImplement Vbscript Post Reverse Logistics Webservice
I am trying to implement the mail reverse logistics webservice in vbscript but always receive as response the error "Error Reading Xmlstreamreader." Follow the code that is being used. I am still in…
-
3
votes1
answer1850
viewsList network printers with PHP
I need all printers on the network to be listed in my application for configuration purposes, but so far I’m finding it difficult to do. At first I’m using Windows on the application server, but I…
php web-service linux web-application impressionasked 7 years, 8 months ago Anderson Brunel Modolon 1,111 -
3
votes2
answers3800
viewsLong or Date in JSON
Applications, one server and several customers, POST and GET to the server exchange objects JSON. One of the variables that goes along with the JSON is the datahora atual, see different Strings to…
-
3
votes1
answer2416
viewsFreight calculation with WS post office via javascript
I’m trying to calculate the mail freight via javascript, but when I do the test does not pull the data and returns me the error Xmlhttprequest cannot load…
-
3
votes1
answer2276
viewsWhat’s the difference between SOAP and Nusoap?
I’m having trouble understanding the process of creating a Webservice in PHP. I created a server who makes the following call: <?php require_once "lib/nusoap.php"; $soap = new soap_server;…
-
3
votes1
answer527
viewsHow to capture camera image from your phone and send it to the server via Rest using Volley?
I’m developing an application MOBILE that communicates with my web application, the application developed in Android Studio and the web on Playframework. I created a form on APK that already makes…
-
3
votes1
answer514
viewswebservice Rest to receive an xml in Delphi
Good afternoon. A client wants to send me an . xml file I created a Datasnap Rest Application project. I have implemented the method as follows for JSON function…
-
3
votes1
answer524
viewsHow to consume EFD-Reinf Webservice in C#? (Sending Events)
I am initiating the EFD-Reinf Information Submission Tests in C#. By Visual Studio, I added a Service Reference in my project with the URL:…
-
3
votes1
answer521
viewseSocialBX: Invalid signature error
I am trying to consume the Event Identifiers Query Webservice. But I get this return from the Recipe: <eSocial…
-
3
votes1
answer276
viewsWebservice error on Laravel 5.7
I’m trying to create a WebService for Laravel using the symfony/process, if I run it in windows command it fills the log successfully (php artisan gerar:arquivo 12 param1 1000), but when I try to…
-
3
votes1
answer1001
viewsHow do I update a component and go back to its initial state?
Authentication: It has a login screen produced with native language (React-Native), which when logging into a remote server through a webservice, accessed by an imported component within my app,…
-
2
votes1
answer18738
viewsHow to make a webservice in php?
Need to use to query customer data. How do I do? I have no experience in consuming services and I need references.
-
2
votes2
answers5213
viewsConsume web-service in ASP.NET MVC
I need to consume some methods on my page through a web-service. This web-service is in Europe. What is the best way to do it? What are End-Points?
-
2
votes1
answer338
viewsCreate Web Service by repurposing code from an already published site. Good practices in Asp.NET MVC
I need to create a web service in JSON reusing as much code as my site has, but I don’t know how to do it, if I should add a Solution to my site project etc. I can’t abstract the idea, I need to…
-
2
votes1
answer1249
viewsASP MVC 4 and Webservice
I have a Webservice with all the methods I need to make the system work and I also have a page ASP NET MVC 4. I already referenced the Webservice Referral Service. I can access a method that returns…
c# asp.net-mvc sql-server web-service visual-studio-2013asked 10 years, 7 months ago Thiago Alex 349 -
2
votes1
answer3282
viewsHow to make a CRUD via REST
Introducing I need to access a web service in PHP via mobile application. I have seen several videos and read many tutorials about Delphi’s REST Client. I even managed to develop a prototype of my…
-
2
votes1
answer627
viewsImage upload using Webservice C#
I would like a help to know what is the best way to upload an image using webservice c#, I have tried several forms and several examples but could not. I tried to convert an image to string Base64,…
-
2
votes1
answer1110
viewsHow does Webservice SOAP/Rest work with JAX-WS?
I spent a whole day studying and finally managed to perform authentication with Webservice SOAP using JAX-WS, using Eclipse generated client. When adding the password and password to the SOAP…
-
2
votes1
answer94
viewsNullpointerexception with CDI and JAX-RS
I’m studying JAX-RS and created a simple project with the following class: Webservice @Path("generic") public class GenericResource { @Inject private MeuServico servico; @GET @Produces("text/plain")…
-
2
votes1
answer1306
viewsChange Webservice address at runtime - C#
I am developing an application that should connect to several Web services according to the user’s location. For example: If the user is in the city "To" it will connect to the web service:…
-
2
votes1
answer847
viewsPut WS Restful Project into Production
I’m a beginner in Java and these . jar, . War, etc businesses are news to me. I did my first Restful Webservice project and added 2 *.jars, Gson and JDBC.postgres. I want to put into production (on…
-
2
votes0
answers327
viewsHow to convert String to Byte Array and vice versa?
I need to send an XML via post, but according to the service documentation, it is necessary that the data is sent "in bytes". So, I have the XML in question inside a Tstringlist. How to turn it into…
-
2
votes3
answers601
viewsRemove: from xml generated by my web service
When I use XML in a Rest web service, it appears like this: <getCnpjParceiroResponse xmlns="http://tempuri.org/"> <getCnpjParceiroResult…
-
2
votes1
answer454
viewsSearch results for an API in php/json
I am using the following API: http://api.elsevier.com/documentation/SCIDIRSearchAPI.wadl It is a database of books/ documents and I need to access there to get some records. I already have the…
-
2
votes1
answer297
viewsPython - HTTP Digest authentication with urllib2
I needed to authenticate on a test server to consume a service on a webservice, I managed to make the authentication and generate xml with the following code based on a code of Soen operacao =…
-
2
votes1
answer713
viewsHttptransportse gives "java.io.Eofexception" error using Ksoap2 on Android
I am using the lib Ksoap2 in the Android project, for communication with webservice. All communication is within an Asynctask(). In some moments of access to the method, an Exception occurs:…
-
2
votes1
answer1810
viewsCreation of a communication app
Good evening guys, I’m planning to develop a Whatsapp style communication app, more in the intention to learn even, nothing more than that. Well, the app will have contact list | conversations |…
-
2
votes1
answer383
viewsSerialization - Webapi for WCF with base type property (Abstract)
I have a problem here where I have a Webapi consuming a WCF. I’m basically having trouble getting into WCF a property that’s the base type of class I’m actually sending. I’ll set an example to make…
-
2
votes2
answers339
viewsCAPTCHA in stateless API
How to use CAPTCHA in a stateless application? If not, what is the alternative to this?
-
2
votes2
answers239
viewsSending problem in Webservice call(SOAP_ACTION, envelope)
I have a service that when accessed by the browser it shows the xml via the command "http://localhost:8080/Servicoweb1/services/Cservico? wsdl". I made a test application to test the connection and…
-
2
votes0
answers86
viewsCoupon Magento API Soap
I have a problem with the Magento Coupon API when I do: $couponCode = "test"; $resultCartCoupon = $proxy->call($sessionId, "cart_coupon.add", array($shoppingCartId, $couponCode)); I always have:…
-
2
votes2
answers4191
viewsWhen do I use Pathparam or Queryparam?
I know the difference, but when do I use Pathparam or Queryparam? It is correct the following explanation? If there is a scenario to Retrieve a record based on id, for example you need to get the…
-
2
votes1
answer1453
viewsImproved Application to Server Communication
I am developing an application that needs to communicate with the server (send and receive data). What would be the best way to make this data exchange safely and performance? Through REST/WEB…