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
-
1
votes0
answers101
viewsProtect Webservice NUSOAP
I developed a WSDL service through the NUSOAP library. The intention is to make the Web Service can be accessed both by PHP applications and on the platform .NET, however, I would like to add a…
-
1
votes2
answers683
viewsTransmission with digital certificate c#
I am developing a routine of transmitting electronic invoice services in c#. I’ve already signed the TAGS according to the city manual but when I try to make the transmission returns this error.…
-
1
votes0
answers919
viewsConsuming webservice Soap on android
I’m trying to consume a webservice but I’m in trouble. I already tested in soapUI and the webservice is perfect, the problem is time to consume in Android Studio. I got the following wsdl: This XML…
-
1
votes0
answers148
viewsXml Nfse (Notablu)
Hello, I’m having trouble finding decent documentation to integrate with WebService of notablu, I need at least a template of what an XML would look like to send (preferably with caption of what…
-
1
votes1
answer765
viewsModify URL for REST requests
I have a service running in Delphi in DataSnap REST, to access any function of REST via link would look like this: servidor:porta/datasnap/rest/classmethods/funcao/parametros I needed to change the…
-
1
votes2
answers705
viewsHow to create JAX-RS REST Service webservice and consume with android application?
I created a JAX-RS REST Service, with a function that returns me a Jsonobject, I can recover this information in the browser through the URL, but I can’t get it back on an android app. How do I…
-
1
votes1
answer26
viewsHelp with Infrastructure
I have a Desktop system that every 1 hour makes a query in the database and generates a file .xml and a system javaWeb who reads that .xml. I developed this solution because the company I work with…
-
1
votes1
answer206
viewsAlternative SOAP to WADL in PHP
I’m trying to send some parameters to the pounds file? wadl via SOAP POST, but from what I understand SOAP does not recognize the WADL format. I tried to use some things like Httpful and PHP REST…
-
1
votes1
answer1244
viewsWhat are the advantages and disadvantages of publishing a web service on a server or as a Windows service?
My company often creates Windows services to publish services Web. This means that the service is not hosted on any server (such as IIS). One obvious disadvantage I see right away is that the…
-
1
votes0
answers26
viewsProblem to do to send a type Complex Soap
I’m making a method to update customer registration data, but when I go through this method I’m having trouble sending the object, someone has seen this problem? Follows the code: package…
-
1
votes0
answers43
viewsLogoff ASP NET / HTTPS CAUSES SECURITY ERROR
Hello good morning, I have an Asp net application, which makes use of https security, however at the time of logoff it causes an error message, someone has already gone through it?…
-
1
votes2
answers595
viewsDatabase in Android
Hello! A few days ago, in a question I asked here at Stackoverflow, I said I was starting to develop for the Android platform. This week has been very productive and I already have some ideas to…
-
1
votes1
answer17
viewsAndroid Parser from soapFault
Well I’m starting to make errors that the webservice Soap returns to me, as for example if the user enters login or password wrong the web service returns an error Soapfault: user or password…
-
1
votes2
answers446
viewsWEB Service in Java
I’m creating a Web Service, but I’m having a lot of doubts about how to receive JSON as a parameter. @Path("WebService/{json}") @POST @Consumes(MediaType.APPLICATION_JSON)…
-
1
votes1
answer1515
viewsError in the use of WS from the IRS, (Rejection: Use only the standard NF-e namespace)
Hello! I am trying to access the SOAP service of approval of the IRS to run the service status query, I have made all possible combinations (including those present in the last manual published) in…
-
1
votes1
answer79
viewsGoogle Cloud Messaging and Synchronization Standardization
I am building a project that will use Google’s GCM, something new in my projects, and I would like to know the following. At the time the user makes his registration who will request the first data…
android web-service api pattern-design google-cloud-messagingasked 9 years, 3 months ago Giancarlo Abel Giulian 3,999 -
1
votes1
answer3932
viewsIs there an API/Web Service that provides the names of existing cars?
I need it to be an up-to-date list of all car models, classified by brand. I am developing a classified site and I need this for the filtering of results. Is there any agency or body that provides…
-
1
votes0
answers200
viewsWebservice with PHP + SOAP - Doubt with the return
I’m wearing a webservice to perform CAT52 ordinance file uploads Webservice: https://www.nfp.fazenda.sp.gov.br/ws/arquivocf.asmx?WSDL You are doing all normal communication (at least I think) but…
-
1
votes2
answers146
viewsUse spring-boot and @Component with @scheduled and it hangs every 12 hours
I have a project done with Jhipster. He uses spring-boot. I use this application as an order platform where I consume several webservices of an ERP and also sound cronizo the data with android…
-
1
votes0
answers458
viewsWeb service Rest + Mysql + Android
First hello to everyone, is the following for my work of the course we developed a web application of a real estate with PHP but the second part of this work is to develop an android application in…
-
1
votes0
answers80
viewsJava SOAP Web Service error in Glassfish
I have the following method in a SOAP Web Service running through Glassfish 4.1.1: @WebService(serviceName = "CalculatorWS") @Stateless() public class CalculatorWS { @WebMethod(operationName =…
-
1
votes0
answers59
viewsReturn response from webservice but continue execution
Good morning to you all. I have an A portal application that sends the information to another B portal via a webservice. But the portal A can not wait for the return of the portal B otherwise it…
web-serviceasked 7 years, 7 months ago Alysson 11 -
1
votes0
answers99
viewsRestful resteasy - Client (Ava.lang.Nosuchmethoderror)
I’m trying to access a Webservice Code: public void testeWSRestful() { Client client = ClientBuilder.newBuilder().build(); WebTarget target = client.target("http://localhost:8080/teste"); Response…
-
1
votes1
answer1186
viewsQuery the XML URL
I’m trying to get some data from an XML-coded URL but it’s giving error. Follow the code <?php $simples = new SimpleXMLElement($xml); $xml =…
-
1
votes0
answers36
viewsChange Context Webservice using Visual Studio 2013
I generated a webservice using visual studio 2013, mysql using database first, until well, but when I put to generate in json, the answer is as follows: string xmlns="http://digits.com.br/">…
-
1
votes3
answers1300
viewsError 400 when calling a. net service in the iOS app - How to resolve?
I need to access a webservice of my app. I took an example in stackoverflow to access the service http://www.cgsapi.com/CGSWebService.asmx. Below is the source code to access the service. The…
-
1
votes1
answer228
viewsPOST - Slim PHP
I’m a beginner in webservices and I’m studying on top of Slim (PHP) but I’m having a little problem saving something in the database. My job to try to save a new category in the bank is as follows:…
-
1
votes1
answer128
viewsProject only runs if Visual Studio is installed on the client machine
Hello. I have a project done in WPF, which uses data returned by web services to interact with the user. This system, when starting, consults the IIS to see if it is standing, if the web services…
-
1
votes0
answers179
viewsReturn server data using Volley - Android
I have an Android application that makes some requests on the server and also for sending data via web service, using the library Volley. The data sent by the application is received by an API and,…
-
1
votes0
answers212
viewsFill a Chart chart with excel data
I’m creating a Dashboard based on an excel spreadsheet, I was able to create the charts using Chart.js but I don’t know a way to get the data to be taken from the spreadsheet, anyone know a way to…
-
1
votes1
answer1920
viewsHow to read web service XML on VB6?
I took several examples on the Web that gave right, but I need to get the values of this file that follows the link below.…
-
1
votes2
answers301
viewsConsuming web service wsdl . net framework 2.0
When generating the request with all the correct parameters I have error return 307 Temporary redirect. Someone knows tell me what this error represents ?
-
1
votes1
answer165
viewsDoubt Receiving parameters (Webservice Soap)
Guys, I’m having doubts in the following scenario: I have this class, it is a webservice (contains the @Webservice method): @WebService(name = "l", targetNamespace = "o") public abstract interface…
-
1
votes2
answers1119
viewsDeveloping a Webcrawler in Python
Is there any open source project of webcrawler simple, developed in Python, for study? I have been studying for some time / researching on the subject, but I can not find anything ready about it. My…
-
1
votes0
answers955
viewsQuery NFE site http://www.nfe.fazenda.gov.br/portal/consultaRecaptcha.aspx?tipConsulta=completa&tipConteudo=XbSeqxE8pl8=
I used to feed my system with note data informing the note key and captcha, But with the change to reCaptcha is no longer possible. How can I do this using Webservice in PHP ? Does anyone have an…
-
1
votes1
answer157
viewsIntegration of Prestashop with ERP
I need integration of Prestashop orders, customers, products and price changes/promotions with ERP. In this case the objective would be the following: 1 - When making a sale or registering/editing…
-
1
votes0
answers33
viewsAccess external webservice with cakephp
I’m trying to make requests on external Webservices with Cake’s Httpsocket, in the documentation you have this example $HttpSocket = new HttpSocket(); // string query $results =…
-
1
votes0
answers126
viewsError org.xmlpull.v1.Xmlpullparserexception: expected: START_TAG
Good night, you guys! I’m developing an android application that should connect with a c#webservice, but I’m having some problems connecting with my webservice. When I put the W3c webservice to test…
-
1
votes0
answers2258
viewsAPI for barcode query
I’m negotiating with a company a software to be developed, among the needs arose the registration of the product quickly without needing many user entries. Therefore I had the idea of maybe getting…
-
1
votes1
answer859
viewsAccess Webservice localhost - Android Studio
I have a webservice that was made in ASP.NET in Visualstudio 2013, I am running it locally (localhost), and I am not being able to access it in the android emulator of Android Studio, nor on my…
-
1
votes0
answers32
viewsDeveloping an application with webservice how to approach
I’m conducting a project that consists of an online platform for managing a clinic, where it should contain a website and an application. My main idea is to create a Webservice to meet both platform…
-
1
votes0
answers751
viewsJson quotation with the return of the value of Commodities like Soy and corn
I am recovering a list in JSON/XML using the function of obtaining the quotations of commodities such as SOY and CORN. Could you point me to a source?
-
1
votes0
answers35
viewsWCF webservice xml output formats
I have a webservice created by WCF that generates the following XML result <?xml version="1.0" encoding="utf-8" ?> - <feed xml:base="http://meudominio.com.br/WebServices/ABC.svc/"…
-
1
votes1
answer577
viewsWhat is the best solution for a web login api in Xamarin Forms?
i have the following challenge to solve, I am developing an app using xamarin forms, this application will have to communicate with a website developed in PHP to consume your data, for all functions…
-
1
votes0
answers196
viewsChange name of elements
I would like to clarify some doubts since I do not have much experience with Web-Services and, currently, I have been tasked to review and implement some changes in an already deployed system. For…
-
1
votes0
answers223
viewsElement Statement 'env:Envelope' Not found XML SOAP
I am trying to consume a WS from the GNRE Mill, but in a UF query it returns the following validation error: Cannot find the declaration of element 'env:Envelope' Follows the XML: <env:Envelope…
-
1
votes1
answer70
viewsShare on a web service with the client
I created a web service where there are numerators to keep track of an attribute of the whole type, I would like to know how to access this enumerator of another project in which I am using this web…
-
1
votes1
answer331
viewsImplementation of Containerrequestfilter with Jersey
I’m doing the token implementation through this tutorial, but when I try to implement Containerrequestfilter the program sends the error below. The error occurs only with the implementation of the…
-
1
votes1
answer758
viewsError consuming Nfse webservice with mutual authentication - handshaking
I have a problem to consume the webservice of Electronic Invoice of the city of Sertãozinho. This Nfse server uses Tomcat with mutual authentication (handshaking). The production server address is:…
-
1
votes1
answer694
viewsIs it possible to consume data from a webservice within a Sqlserver directly?
I have to migrate from one Mysql database to another in Sqlserver. In this migration, I have the following problem: not all address records are complete but I have the zip code of most of them. My…