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
answers366
viewsWebservice Restful Jersey
I am starting the development of Webservice Restful Jersey in Java and I am not able to connect to realize a simple Hello World. I added the jar: asm-3.1jar jersey-core-1.19jar jersey-server-1.19jar…
-
0
votes1
answer78
viewsDeserialize Json
How can I deserialize this json? I am learning now communication with web service and I have arisen this doubt, I managed to get the return of web service follows my code: private void…
-
0
votes2
answers1208
viewsHow to save variables to be used in the next . Java?
My main (parser) code is this way: public class pFormasDePagamento { public static void parseXML(String xml) throws ParserConfigurationException, SAXException, IOException { InputSource is = new…
-
0
votes2
answers1089
viewsIs there an online server where I can send a form made in Android with Json to test?
Just to test if my application is working. Something very simple even if you receive my form in Json format.
-
0
votes1
answer77
viewsDoubt/Problem With Webservice on Android
The return on my Webservice is like this: "Hello! I’m not interested in your service. My name is Administrator B. Please contact me at (s) phone(s) (12) 3456-7891; (13) 21321-3213. My email is…
-
0
votes1
answer94
viewsAccessing different Webservices on Android
I have an app that I am developing for my company, that the first part, is to login, going through the webservices, after login, it automatically makes another connection to the webservice that…
-
0
votes1
answer418
viewsAsp.NET webservice with blank page on IIS 8
I have a webservice (asmx) hosted on Kinghost. After an update in IIS (from version 6 to 8) the webservice stopped working. When trying to access the webservice by the browser shows a blank page, it…
-
0
votes1
answer110
viewsPattern design for Webapi project
I need to create a project with Webapi to consume some procedures of a remote SQL database, for example: sp_retornaProdutos(1) turning that into /produtos/1 and returning the result in JSON. I…
-
0
votes1
answer202
viewsI cannot return Web Service value to PHP
I have tested the web service through Soapui and it is working normally returning the values. XML of the web service This XML file does not appear to have any style information associated with it.…
-
0
votes1
answer223
viewsWeb service does not access my classes
I am building a web service, previously it was already working normally but the scripts were all in one package, so I decided to organize in different packages my scripts however now my web service…
-
0
votes1
answer1008
viewsError when inserting data accentuated
I am sending the data by URL to my webservice if I put the path by example web browser in Chrome: meuwebservice/inserirusu/João_da_Silva/fotógrafo and call a method to display shows so: Nome: João…
-
0
votes1
answer203
viewsHow to deploy a client to a webservice
I would like to know what I should do to implement a client for a webservice in the Eclipse as a Dynamic Web Project. I can’t generate a client, so I have to start from scratch.…
-
0
votes1
answer216
viewsHow to use Last.fm API?
I need to make an iOS app that works with Last.fm API and it all starts out by making a request to authenticate the user. My question is: how do I do it with Swift. I’m a beginner, so I don’t quite…
-
0
votes2
answers167
viewsBest Solution for Web Service Rest
I wanted to implement a Web Service that would provide data to mobile platforms (Android and iOS), someone knows the best service I can use for such? I’d rather it be something open source. I was…
-
0
votes1
answer226
viewsHow to resolve this error by returning from web service access?
I’m developing an app that consumes data from a web service and using Afnetworking to make the requisitions. During the testing phase the app worked and received the data normally. So I exported the…
-
0
votes1
answer91
viewsHow to implement APNS server using Easyapns?
I’m trying to use Easyapns in a project for iOS 8. But due to the fact that the project is old and there are no updates for it, I’m having problems. More specifically, with respect to the server,…
-
0
votes0
answers38
viewsProblem to register User by android accent error
To sending the data by URL to my webservice if I put the path by the example web browser in Chrome: meuwebservice/inserirusu/á already by android he has this exit meuwebservice/inserirusu/%C3%A1 My…
-
0
votes0
answers148
viewsService bus configuration
I will try to detail my problem, I have WCF project hosted on IIS with auto start enabled app Fabric enabled option configured but even so the project only starts on Azure’s Relay when accessing the…
-
0
votes0
answers36
viewsCustomized exceptions in JAX-RPC
I’m making some improvements to some JAX-RPC Web Services here at the company. I would like to know if it is possible to work with custom exceptions in this case and, if possible, if someone can…
-
0
votes0
answers1338
viewsXML Header Electronic Invoice Note
I’m having a problem formatting the message we sent to the web service of the service to consume the Nfe service. Upload this String to the web service: var sbXml = new StringBuilder();…
-
0
votes0
answers579
viewsError while consuming webservice
I’m having doubts about how to pass the parameters to consume a webservice. The way I’m doing it, I got the error back down: Fatal error: Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding:…
-
0
votes2
answers564
viewsWhy function is returning Undefined
I am trying to get a return json of the function and associate it to a variable, because so I take the need to structure the received data with page from within this function and I can work in…
-
0
votes1
answer1021
viewsWhen consuming Recepcaoevent Error 215 Rejection: XML Schema Failure
I am trying to consume the event reception service on the farm, specifically inform science about an NFE: https://www.nfe.fazenda.gov.br/RecepcaoEvento/RecepcaoEvento.asmx But I got the following…
-
0
votes0
answers57
viewshow to read a web service in Soap using parameters?
I need to send parameters to a web service made in Soap. where I have to send a login, pass and domain of the web service, after that I have to use a header where I send the token to use the…
web-serviceasked 9 years ago usersantos 765 -
0
votes1
answer99
viewsMonitor IOS users in real time
Someone would know how to answer me the best way to get the location of a user in real time through GPS on IOS, I’m wondering if it would be correct if I get the location of the user every 10…
-
0
votes0
answers34
viewsInsert and update method does not work on Azure
Good afternoon Friends I’m starting in Asp net development and I made a web form application and put in Azure. It is a simple card registration application that accesses a mysql database created by…
-
0
votes1
answer727
viewsProblem receiving very large JSON in Restful Webservice
We work here with Android + Webservice (.Net Restful) for data communication. We are receiving the data in JSON format in a method, below: //Método public Retorno MetodoA(string sConexao, string…
-
0
votes2
answers474
viewsConsume PHP/SOAP Webservice on Android
I am developing an Android application that consumes a PHP webservice through ksoap2 library. I am currently consulting the webservice with a class that extends an Asynctask. Only because she does…
-
0
votes0
answers409
viewsHow to upload files to my server using Java Servlets
How to upload files to my server using Java Servlets, and after uploading the file return the url the file is in, where the name originates from the date and time the file was uploaded so that no…
-
0
votes1
answer127
viewsHow to check empty records in Core Data?
I’m working on a way to see if the data has been downloaded and logged correctly into Core Data. Due to the poor quality of 3G connections and the possibility of failure, I would like to know if…
-
0
votes1
answer146
viewsHow to call a web service in swift2 Xcode 7
I’ve tried 1000 and 1 thing and still can’t find a way to call my web service and get the desired results. Can anyone tell me the best way to connect to my web-service and call my methods in swift2…
-
0
votes1
answer2827
viewsConsume Webservice WSDL
Good afternoon, I am trying to consume a Webservice using ASP.NET, however, after adding its reference and executing the method, the parameters return null, generating Exception. I tried to run…
-
0
votes0
answers209
viewsConsuming a PHP Webservice
I set up a Webservice in PHP and need to know how to consume it, whenever I do a search on it it returns me like this: All Alerts: get_all_alerts.php {"table_alerts":[{"id":"1",…
-
0
votes0
answers528
viewsConsume webservice C# amsx on android Volley
I created a webservice in c# that returns me a string in the JSON pattern, I’m trying to consume this webservice with Volley but the same returns me null, depending on the variation of the url it…
-
0
votes1
answer1996
viewsError while trying to consume Webservice: Server did not recognize the header value
I am facing the following error when trying to read a Webservice: SoapFault - faultcode: 'soap:Client' faultstring: 'O servidor não reconheceu o valor do cabeçalho HTTP SOAPAction:…
-
0
votes2
answers1140
viewsMonitor if REST services are online
Does anyone know what would be an interesting tool to monitor whether services are online or not ?
-
0
votes1
answer179
viewsKSOAP ILLEGAL PROPERTY
I made the webservice using Android and KSOAP, now I need to consume the webservice... The specified method needs to recover all users from the database (idusuario,username) Guys, I’m making the…
-
0
votes1
answer294
viewsWSDL - Object Reference not set to an instance of an Object
In the code below the lReturn variable must contain a string with an xml returned from the web service, but the value returned by lRetorno:= ws.WS_Eleg_Portador(ws_aux); is being the message 'Object…
-
0
votes1
answer1918
viewsReturn a query with all data from a table for android
Good afternoon guys, I’ve been having a question for a long time but I’m just trying to get it out now. I have an app that communicates with an online database remotely through a PHP Web Service. I…
-
0
votes1
answer34
viewsParameterizing value to be Encrypted in Query SQL
Currently, the query query that returns results is as follows: SELECT nome, email, senha FROM Professor WHERE email = ? AND senha = HASHBYTES('SHA1','" + senha + "') p.setString(1, email); When…
-
0
votes2
answers710
viewsError when adding reference to a web service
I am trying to add a reference to a Web Service within my project by Visual Studio and I get this error: There was an error downloading…
-
0
votes1
answer195
viewsGet nullable variable Serialized datetime in WCF service responses
I have a WCF service with a variable nullable Datetime in a Datacontract as shown below. Because of business rules this Datamember may not have the Emitdefaultvalue setado to true and the guy has to…
-
0
votes1
answer59
viewsFrameworks to test on Android app and Webservice
Good afternoon staff, I would like to know which frameworks you could use to perform the following test: Android App: Unitary Test Stress Test Web service Unitary Test Análise Estática…
-
0
votes1
answer123
viewsHow to call Restful Web Services on Android application?
I would like to know how to develop an application that uses Restful web services? What library do I need to create an app with Restful-like web service?
-
0
votes1
answer378
viewsProblems when consulting a table for a webservice
I made a web-service I can find all services when I access the localhost in the browser but opening in SOAPUI and trying to make a query by all occurs the following error in SOAPUI?…
-
0
votes1
answer335
viewsNews API as a service
I would like to display random news from Brazil and the world in my app while the user is processing a request. Does anyone know any service/API that can provide me with a Json of I handle?
-
0
votes1
answer116
viewsInsert soapui into a webservice
when I try to make an Insert using soapUI the following error occurs: org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544347. validation error for column CON_CODIGO, value "*** null ***" at…
-
0
votes1
answer214
viewsProblem when trying to consume the webservice on android
I am trying to make a query through android in a database Firebird, the webservice is working perfectly but when trying to make the query through the application it generates the following error:…
-
0
votes0
answers89
viewsCall the webservice with an XML
I have to develop a web service (Rest) in java that will be called by an excel add-in developed in .NET. This plugin has to send an xml, what I did was turn it into a string only the XML is huge. A…
-
0
votes0
answers216
viewsError 400 android for web service
I’m getting error 400 when sending parameters to the web service. @POST @Produces("application/json; charset=utf-8") @Consumes("application/json; charset=utf-8") @Path("realizarvenda") public String…