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
answers33
viewsProblems migrating Java 11 with CXF
I am migrating my application that is on Java 8 and CXF 2.7.10. I upgraded the Java version to 11 and CXF to the latest version. However, when generating WSDL the results are different. Another…
-
0
votes0
answers44
viewsException java.lang.Noclassdeffounderror: javax/xml/Ws/Endpoint
It is a simple code, where I will create a Webservice with SOAP, but when I run the code in Eclipse it presents me the following error: Exception in thread "main" java.lang.NoClassDefFoundError:…
-
0
votes0
answers16
viewsERROR IN THE ARTIFACT
I’m trying to run a little Java project of a course of Servlets that I’m doing at Alur@Intellij and I’m having problems with Artifact. The instructor had just created a common Java project and used…
-
0
votes1
answer27
viewsHow do I search the database using a String in an Apirest?
Hello, class! I am studying developing Apirest with Spring Boot. But I am facing problem when I will make an appointment through String. Through id works normally, but when I add the search method…
-
-1
votes1
answer106
viewsDoubt in the construction of WS REST(Contract)
Gentlemen, I took an example in the book of john Sharp(microsoft press) to build a REST and came a simple doubt, but a doubt of good practices. He uses the Northwind BD. He creates a Class Library…
-
-1
votes1
answer332
viewsAttribute not recognized, but Namespace is added
My attribute [DataContract] is not being recognized, but the namespace System.Runtime.Serialization is added in my using. Does anyone know why? .... using System.Runtime.Serialization; using…
-
-1
votes1
answer110
viewsWeb Service runs but when consuming method gives error
I struggled to set up my web service on IIS. It goes up, showing the screen that WS is ok. It turns out that when I pass a parameter to it gives this error: REQUEST ERROR The server encountered an…
-
-1
votes1
answer136
viewsHow to convert characters within XML?
I have a code that is giving me problems because it is generating errors in the execution. I need the XML convert or replace characters but do not know how to do it at runtime. I am trying to do so…
-
-1
votes1
answer390
viewsHow to enter this information in the mysql database?
$pegacodigos = mysql_query("SELECT CODIGO FROM imovel"); while($codigo = mysql_fetch_array($pegacodigos){ ... Erasing and writing all over again: The $pegacodigos through a loop picks up all the…
-
-1
votes1
answer738
viewsLoad url with $.ajax and use token
O código seguinte não carrega url. O que está errado? var token = "XfdfdffddfdfdfferrrrrrrrrrreeeeeeeeeeJ777K"; var url = "https://producao-talcoisa.com/api/Produto/PesquisarConteudo/"; $.ajax({ url…
-
-1
votes1
answer150
viewsWebservice PHP + PHONEGAP
Hello no If here is the best place to ask this but, I have a mysql database and I intend to create an application with PHONEGAP taking some data from this database .. Does anyone have any hint of a…
-
-1
votes1
answer487
viewsWebservice Rest with PHP
I am doing research that will result in the development of an application and we come to the issue of using webservices, I have some questions that I would like your help. Let’s use Rest, which PHP…
-
-1
votes1
answer130
viewsCompile a webservice
I created a Webservice in eclipse using java, but as I compile this Webservice and put to work without the need to install Eclipse? Note: I used Tomcat as a server
-
-1
votes1
answer35
viewsWeb Application (running only on mobile)
Is there any way I can basically make an installer, as if it were an app or mobile game???? Because I wanted to generate an access icon for the customer without having to open site through browser.…
-
-1
votes2
answers161
viewsChange the "Web Reference URL" of the Webservice added by add web
I wonder if it would be possible and how to make this change by taking the web address.config…
-
-1
votes1
answer937
viewsFailure to consume Webservice from NF-e 4.0 SEFAZ Ceará (CE)
After downloading SEFAZ Wsdls from Ceará and testing the connection with the service Nfestatusservico4 got the error: Falha na solicitação com resposta vazia. or in English The request failed with…
-
-1
votes1
answer1203
viewsHow to make the Google map dynamic
I’m creating a car tracking app and I’m having a problem, I’m trying to get the map to update dynamically without the need to keep updating the page manually, this page gets the location through a…
-
-1
votes2
answers109
viewsSend messages on web site(messenger online)
Hello, I want to create an internet messaging site(SMS messenger), I have some questions: Which languages should I use (notably I will use HTML, CSS, JS) I’ll need to use a database? How to…
-
-1
votes1
answer34
viewsSearch result via web service
I am building a search application (input) and it should bring the result of a webservice. Example: xhttp.open("POST", "https://www.site.br/api/v1/busca/termo/_pesquisa", true);…
-
-1
votes2
answers668
viewsAsynchronous Call to a Restfull Webservice
I need to make a call to Webservice on Android, and with another class call it. At the end show on design the answer obtained by Ws. I already made the Webservice only that the part of…
-
-1
votes1
answer1163
viewsSending XML to webservice
I need to know how to send XML to a client’s webservice. Since I’m very new to this, I did a little research on some sources and found a very simple code for java. I wanted to know if everything is…
-
-1
votes1
answer47
viewsJAX-RS Rename Set
I created a project using JAX-RS to make a web service REST and it works, I can access the result in a resource and everything but it comes like this: { "carroes": { "carro": [ { "@id": "1",…
-
-1
votes2
answers309
viewsIntegration between Console Application, Webservice and Frontend Web C#
I am developing my TCC and need guidance on how best to do some parts of the system. Description: It is a system for optimizing the use of laboratories. Such a system should have web frontend on the…
-
-1
votes1
answer406
viewsWeb-Service returning maximum quota exceeded. How to resolve?
I’m consuming a third-party web-service. When I get the return from the service the following message is displayed: Maximum input message size (65536) exceeded I’ve searched forums for a solution,…
-
-1
votes1
answer113
viewsHow to view in a data listview via web api?
I am having difficulties to accomplish this task, need to fetch data that are stored via mysql on a website and display them on my app being developed on Xamarin Forms, for this I need to make a…
-
-1
votes1
answer70
viewsHow to put a program online?
There is a shared (google) spreadsheet in which several users edit and watch it simultaneously. For those who have used the shared spreadsheet google know that when someone starts writing all see in…
-
-1
votes1
answer1403
viewsHow/where to host a Webservice?
Hello, I participate in a volunteer project at my college and would like to create a Web Service to help in the internal process and learn a little more about the subject. Our team has the following…
web-serviceasked 6 years, 4 months ago Felipe Martins 39 -
-1
votes2
answers184
viewsReturn JSON php TRUE or FALSE
Good morning, I would like my JSON filtering to also search if what I searched indicates that it is "true" or "false. I use this array to search the file: <?php session_start();…
-
-1
votes1
answer221
viewsError: package not imported in eclipse
I’m creating a Rest app in eclipse but am getting an error message when importing classes from jersey. Code import javax.WebServices.rs.GET; //import da biblioteca jersey import…
-
-1
votes1
answer32
viewsHow to consume the images link through Ajax?
I am trying for several hours to consume the links of the images of a web service through Ajax and I can’t, this is the web service link (https://api.tenor.com/v1/search?q=happy). The goal is to…
-
-1
votes1
answer138
viewsIs it possible to make an http request to an external domain by Xmlhttprequest in Javascript?
I’m working on my TCC and in it I planned to make a web service with PHP. It is hosted in a host external while the web page is on my Cotil-Unicamp localhost/served, until it’s walking, but now I’ve…
-
-1
votes2
answers1511
viewsProblems using Mail Freight Webservice ERROR[-888]
So, I was doing a Webservie Post Office Freight test, where I get the product and zip code data, and Webservice gives you the Freight amount back. However, when I go to test I usually give this…
-
-1
votes2
answers245
viewsError 404 - The requested Resource is not available. Jersey REST
When starto the Tomcat he calmly calls the Hello World on index.jsp. But when I call @Path it gives 404. I’m calling: http://localhost:8080/backend/service/todosClientes. I’m wearing the Soapui…
-
-1
votes1
answer636
viewsOpen a port for external users to connect to
Hello, I made an example code in Node Js with express to open a virtual server, as shown below: const express = require('express') const app = express() const port = 3000 app.get('/', (req, res)…
-
-1
votes1
answer39
viewsHow can I make the form input data appear in another component’s html
this error should be simple but I’m new with angular I believe I must make few changes to that code Code of the Service below: import { Grade } from './../calculator/calculator.model'; import {…
-
-1
votes1
answer64
viewsConsumption of URL https IBPT
I need to consume the new IBPT url to do tax calculations without importing tables. The url is this : https://apidoni.ibpt.org.br/api/v1/products?token=..tMobi=un&valor=34000.00>in=sem gtin…
-
-1
votes1
answer26
viewsProblem to request via restTemplate
Hello I am developing a . jar that consults the dollar’s quotation value, through the request for an endpoint provided by the central bank. When I request via Postman json comes correctly, but by…
-
-2
votes1
answer86
viewsWhat web service can I use when developing an app?
I’m developing an App and I need you to tell me which Web Service I can use. I have to have a cloud server, install a database on that server and configure a web service to be accessed by iOS and…
web-serviceasked 9 years, 10 months ago marcelo 9 -
-2
votes1
answer2086
viewsError 500 while consuming Nfedownloadnf
I’m trying to consume the NFE download service on the farm: https://www.sefazvirtual.fazenda.gov.br/NfeDownloadNF/NfeDownloadNF.asmx but I have obtained the following error : Remote server returned…
-
-2
votes1
answer331
viewsSend email to different servers
I want my program, done in C# using a web service, to send an email every day with an attachment to some email addresses from different servers. I was watching a tutorial and I had a question. The…
-
-2
votes1
answer83
viewsI cannot send values to Webservice . NET
This is a simple dollar conversion webservice: public class Callsoap { String resultado; String erro = null; public String Call (String ip, String porta, float n){ String SOAP_ADDRESS =…
-
-2
votes1
answer150
viewsAndroid device fails httpTransportSE and emulator fails
I have a server with webservices running locally. When I run the android application in the emulator, this can connect to the webservice. When I run the same app on a real device, it doesn’t…
-
-2
votes2
answers961
viewsHow to hide javascript API access data?
How do I hide this information that I pass as a parameter to the token request? the way anyone can see and cannot var chaveToken = { "grant_type": "password", "username": "[email protected]",…
-
-2
votes1
answer839
viewsLogin with retrofit android
Hi I asked a question and could not help me, I have a webservice who’s making a get that when entered the user name it will allow access to the application and thus will pass the user to the next…
-
-3
votes2
answers292
viewsHow does the flow of a Web Service work?
I need to develop a web service, and its main idea is client-server communication. But I do not understand how this would be done using the MVC architecture and using the C#language, will have the…
-
-3
votes1
answer151
viewsError testing Cielo sandbox
When accessing the urls https://apiquerysandbox.cieloecommerce.cielo.com.br/1/sales/{Paymentid} when replacing Paymentid with a value: 1 (random value) I get this message: "Message": "The requested…
-
-3
votes1
answer77
viewsError consuming web service with ajax (JSON) in Cordova app
Good evening I built a web servisse where there is a method that receives a string parameter, which I use to serialize to a class as follows: /*parte da classe cliente*/ public class Cliente {…
-
-3
votes0
answers15
viewsHow to create in PHP using "nusoap" a Web Service to work with the TR-069 protocol (CWMP)
I need help to build a web service type ACS, which communicates with the customers CPE sent auto configuration information. The client’s CPE (Router/Modem) consumes this information from the Web…
-
-4
votes1
answer266
viewsIs it possible to take the Foursquare API to see the location of all establishments?
You can get Foursquare API, Google Maps or other site to acquire the location of all the establishments in a city? I would also like to know whether it is possible to filter by a specific branch,…
-
-5
votes1
answer604
viewsHow to integrate webservice with real estate website?
I am a programmer but I did not get to do the programming logic part and I am struggling on a certain subject. I need to integrate real estate information into a website through data contained in a…