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
-
0
votes0
answers287
viewsFunction of Moodle mod_quiz_get_attempt_data returning incomplete html
I am developing an application for Moodle that returns the html quiz. I made use of the webservice mod_quiz_get_attempt_data but the problem is that whenever I send the request, the browser returns:…
-
0
votes1
answer40
viewsWeb service for web/android
I have the following web service $app->get('/alunos', function(){ require_once('db/config.php'); foreach ($db->alunos() ->order("nome") as $row){ $data[]=$row; } echo json_encode($data,…
-
0
votes1
answer147
viewsHow to integrate an App to an ASP.NET Webservice (ASMX) via Xamarin?
Good morning, I have an sql server created with an Asp.net web service, but I wanted to know how I do so that I integrate the server data creating an app for you to read using the GET request.…
-
0
votes0
answers95
viewsRun Procedure through a VB.Net Webservice
I’m making a Webservice to access a trial I did. I’m having a hard time being new in the area. First I made the class with the public properties that would store the values to more part pass to…
web-serviceasked 9 years ago Jonas F 11 -
0
votes1
answer1981
viewsProblem for sending SPED-REINF c#
Dear friends, I’m trying to send an xml to the SEFAZ for the SPED-REINF R-1000 code, I got help for the necessary methods here with the discussion list friends. But I am with the problem that I do…
-
0
votes1
answer72
viewsRetrieve Bearer Token using a Clientid and Clientsecret
Good morning, I need to make a call on an API, I own Clientid and Clientsecret, but from what I understand, I can make the calls using "Authorization bearer". My question is how I can transform the…
-
0
votes1
answer709
viewsError when publishing in iis
I’m with a webservice and doing the post on the server I’m getting the error answer Unable to load file or Assembly 'Microsoft.CodeDom.Providers.Dotnetcompilerplatform, Version=1.0.8.0,…
-
0
votes0
answers701
viewsConsuming Web Reference C#
I’d like a little help from you I added the Service via Web Reference NFSeBeloHorizonteMG.NfseWSService ws1 = new NFSeBeloHorizonteMG.NfseWSService(); ws1.Url = hostWS; X509Certificate certificado =…
-
0
votes1
answer133
viewsAjax request back Undefined
I am studying a little Ajax and testing your requisitions. My doubt is on account of the return, he is returning Undefined. That is the function: function recarregar() { var jsonData = $.ajax({ url:…
-
0
votes2
answers6384
viewsConsume web service (WSDL) in PHP
I don’t have much practical experience with web services. I need to use some methods of this: https://epfweb.safra.com.br/WCF/SvcContratos.svc?wsdl Could someone help me in how to connect with it in…
-
0
votes1
answer102
viewsIonic Framework - Web service or Mysql
An application with Ionic Framework, can access a mysql database equal to a conventional web application? example to Hostnet. Or is a web service necessary? And in the matter of security, which one…
-
0
votes1
answer25
viewsRender html for multiple folders on the server
I am looking for an implementation that allows me to publish the same html on several domains of my hosting. My goal is to centralize control of it in just one application. I would like to know if…
-
0
votes1
answer269
viewsError 500 in java webservices when testing in Postman
I am a good time trying to solve this problem,I configured my environment about 3 times but when it comes to testing Postman always gives the error 500,I believe that my problem is not in the entity…
-
0
votes1
answer52
viewsIs it possible to create Web Service in SSIS?
It is possible create a web service in SSIS? As far as I know it is only possible to call a web service in SSIS.
-
0
votes0
answers333
viewsWebservice REINF
When trying to send xml R1000 I get the following error: "The HTTP request was Forbidden with client Authentication Scheme 'Anonymous'." Someone can give me a boost?
-
0
votes0
answers376
viewsEFD-Reinf Sending Problem (SPED)
I have a problem sending the EFD-Reinf, when I try to transmit I have the return of the webservice of the following message: The underlying connection was closed: Unexpected error in an upload.…
-
0
votes1
answer74
viewsAccess a site from a server that is on the same LAN (XAMPP)
Hello to all! I have two computers: Windows 7; Windows Server 2012. My site is in the xampp of windows server 2012, and I want to access it through windows 7. I have tried searching the browser for…
-
0
votes1
answer685
viewsHTTP Status 405 - Method Not Allowed in the @DELETE method
I created a webservice that accesses a Mysql database, but I can’t delete records, I always get the following return: HTTP Status 405 - Method Not Allowed. The method Received in the request-line is…
-
0
votes1
answer73
viewsError in android application when searching data in postgresql database via Webservices with Ksoap2
First I made a Webservice Using Axis 2, where it has the class connected with the database, and the class with ordering ADO with CRUD. Using the Soupui, I can carry out the method calls. So far so…
-
0
votes1
answer378
viewsDownload Files by web link C#
would like to deploy on a system I’m making an option to download the files over the web, by pre-defined cloud links that I have. However, I am not managing to implement this. Can you help me??…
-
0
votes2
answers331
viewsPHP - Curitiba WS semrpe returns 403
I am trying to send an NFS-e (XML, RPS batch) through the Curitiba webservice, but the connection with Curl always returns error 403 (without permission). I have linked the certificate in the City…
-
0
votes1
answer21
viewsHow to expose only a few table columns in a Webservice via SOAP?
How to expose just a few columns of in a Webservice ? Example: I need to expose just the Name and Surname table: public class Cliente { public string Nome {get; set;} public string SobreNome {get;…
-
0
votes0
answers119
viewsReceive a json as Java Servlet parameter
I’m developing a API using java Servlet, would like to know how do I receive a JSON in the body of the request as parameter and save to a database? Example: { "nome": "José da Silva", "email":…
-
0
votes1
answer256
viewsConnection android webservice
Hello, folks I am developing an app in the Android Studio IDE and am having problems connecting to my webservice. I am receiving error: D/Answer: {"Success":"false","message":"A Jsonobject text must…
-
0
votes1
answer1067
viewsConsuming Webservice SOAP with PHP - Header problem
I am trying to consume a SOAP webservice using PHP but the access returns me message stating that the user validation was not done correctly. The XML I need to send is the following:…
-
0
votes0
answers118
viewsPHP Soap Object Reference not set to an instance of an Object
I am trying to log in to a URL and the following error appears: Object Reference not set to an instance of an Object. Follows the code: <?php $clientSoap = new SoapClient(…
-
0
votes1
answer2124
viewsDifference between Webservice, API and Restful
I can’t tell the difference between them. All three are web services that can work with data externally, but I can’t understand the difference. Restful works with json, but so can the API and…
-
0
votes1
answer376
viewsHow to configure a custom Swagger json file in Spring boot?
I’m trying to set up a json file in Swagger by spring boot, but the times I try it says it couldn’t find that file, does anyone know what I’m missing? Follow below my codes: Photo of my project…
-
0
votes1
answer353
viewsProblem running application
Following this tutorial here, when you arrive at the first execution, my project does not run I downloaded my initial project from Springinitializr. My pom.xml file looks like this: <?xml…
-
0
votes1
answer115
viewsI am unable to access a Webservice written in C#, from Java
I have a Webservice written C# and need to connect to it from Java to invoke some methods. It is possible? import java.net.MalformedURLException; import java.net.URL; import java.util.logging.Level;…
-
0
votes1
answer161
viewsSoapclient PHP Basic Authentication
I’m trying to connect to a web-service using Soapclient, all via it requires user and password for such connection. follows the way I am trying to connect: $wsdl = "XXXXXXXXXXXXXX?WSDL"; $options =…
-
0
votes0
answers41
viewsHow to know when the Sqlite query ended?
In my app I have a synchronization method, this method downloads several entries from my webservice and inserts them into the local Sqlite database through a for loop. I need to know when the Sqlite…
-
0
votes1
answer64
viewsWebservice Rest
I’m wondering how do I send one post in format json using a form. That’s the form that I use: <form action="rest/carros" enctype='application/json' accept-charset="utf-8" method="post">…
-
0
votes0
answers154
viewsConsuming JAVA webservice - Problem
I am trying to consume the webservice but is giving a mistake that I do not understand. The webservice is this. I’m trying to use the solicitarRange, and normally I do so: new…
-
0
votes1
answer21
viewsDomain. com Rstudio Website
all right? Could you give me a hand? I want to guarantee a domain . com to build my site with Shiny/markdown. But I am still studying Shiny/html/css so I will still produce my site. Nesa situation…
-
0
votes1
answer50
viewsIs it possible to change the json file format?
I have a code that generates me a Json file in this format: [ { "$id": "1", "poule": 73, "idusuario": 4, "vendedor": "ITAMAR SOUZA", "total": 50.00, "datajogo": "2016-01-19T00:00:00", "terminal":…
-
0
votes1
answer144
viewsJavax/persistence/Persistence problem using JPA with CXF
I am facing an error when I try to consume a web service that is using JPA(Eclipse-link) to insert data into the database. Classes Entity : @Entity @Table(name = "gato") public class GatoPersistente…
-
0
votes2
answers433
viewsBad request on a new iis server
I have 3 servers in production and homologation everything works ok. But on a new server I just created, install all the tools necessary to run Asp.net and put the source code of a web service in c#…
-
0
votes1
answer2008
viewsRecover WSDL from Webservice Nfe ASMX
How I recover the WSDL from this service: https://nfe.fazenda.sp.gov.br/ws/recepcaoevento.asmx I need the WSDL to add it through Netbeans, there I can only add the WSDL and this is final asmx. EDIT:…
-
0
votes1
answer1259
viewsUncaught Soapfault Exception: [Versionmismatch]
I’m testing a Web Service simple that sends and receives a string, however the server (Apache 2) returns the following error message: Fatal error: Uncaught Soapfault Exception: [Versionmismatch]…
-
0
votes2
answers897
viewsWebservice in C# with 404 error
I’m doing maintenance on a C Project, which has Webservices. I created a new service and ran the program, it works as images below, but calling the method gives error 404. This is normal behavior?…
-
0
votes1
answer256
viewsProblems using callback on a Ws
I am implementing integration with a WS which searches the data on the basis of cnpj. When consulting the WS and request a callback, it returns me the following ERROR: Uncaught Syntaxerror:…
-
0
votes2
answers148
viewsObject sent by Android arriving Null on Webservice server
I’m creating an Android APP for college work, I’m using Android Studio and Eclipse Mars with Glassfish 4. The webservice I believe is okay, because performing the requests by Soapui everything works…
-
0
votes1
answer220
viewsHow to pick up an item from the return of a json
I would like to know how to store each separate item so I can use it later in one sharedpreferences. There is this class in my program .... public class Tab { private String UC; private String…
-
0
votes1
answer92
viewsWhat Structure/Role of a Web Service?
I have a project in which I should create a website and an application (Intel XDK) of the same, I thought it would be more ideal to have a 'core' of the application itself to make the database…
-
0
votes1
answer287
viewsRest Web Service using Slim Framework, in PHP, always gives error when called by an Ajax method, although it runs?
I implemented a WS Rest in PHP, but when I try to consume WS using an Ajax method it always returns the error function. However the WS is saved and the data is even recorded in the BD. Someone has…
-
0
votes1
answer556
viewsAll Apache requests pointing to the same directory
I set up a Vhost for my project as follows: 1 - I added a line to the file /etc/hosts containing local address, url and alias 127.0.0.1 meuprojeto.com meuprojeto 2 - I added the file meuprojeto.conf…
-
0
votes1
answer99
viewsDifference between Model Class and Class generated in a Webservice
I’m having trouble generating a webservice. I have my Lib with the model classes: Address, City and Customer. I also have a Lib with the DAO classes to control access to data for the model classes:…
-
0
votes2
answers1080
viewsDoubts in the web service
personal found the following webservice tutorial: https://www.youtube.com/watch?v=0J87qN3B-dI seeing the tutorial I was a little confused about. 1- the web service must be made the part of the…
-
0
votes1
answer65
viewsValidate if method exists in the webservice and customize return message
I am creating a webservice Rest, and it is working properly, but there is a situation that I could not handle: if the provided url is searching for a non-existent method, the requester is redirected…