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
votes1
answer129
viewsIn the table Insert is inserting everything, until what I do not want
When I give a savechanges(), records to all tables and would like just one. How do I do? Tables Acao and ProximaAcao also inserts record. public T_TarefaParceiro geraIdParceiro() { WEBEntities db =…
-
1
votes2
answers1757
viewsRestful Web Service Authentication with PHP
Hello I am developing a Restful api, but I wonder if it is safe to authenticate users by passing the token in the url? And if there is any other safer method.
-
1
votes1
answer844
viewsError when viewing Webservice Consultregistration 2
I’m trying to automate Sintegra consultations here at my company. I am trying to implement in VB.NET (company software language), the consultation through the webservice provided by Sefaz…
-
1
votes0
answers1135
viewsConsume Sefaz’s Webservice
I need to obtain information from a company through the CNPJ, however, when searching on the Internet I could notice that there are several web-services of Sefaz, each one aimed at a Brazilian…
web-serviceasked 9 years, 12 months ago Cleiton Ribeiro 757 -
1
votes2
answers914
viewsConsuming data from an external web service, how to instantiate the classes after the "import" of the WSDL?
I have no knowledge in WEB-SERVICES, this being the first time I’m using. After a lot of research I was able to "import" the WSDL file into java and with it "map" all classes of the Web-Service, but…
-
1
votes1
answer6999
viewsconsume webservice wsdl with php
Hello, I’m having a question, I don’t know where to start to consume the webservice, I have implemented other simpler webservices, but this I have doubts about the fields that are list: ,…
-
1
votes1
answer340
viewsWeb Service returning invalid value
Good people, recently I asked a question with the title: Application displaying this error: Error Parsing data org.json.Jsonexception But by researching I came to a different conclusion in which I…
-
1
votes0
answers26
viewsHow to put a break point in Web Service Soap
We have a normal web service, normal say: Not WCF. There are methods that are consumed by the application developed by us. As is giving an error and the message is in WS, I would like to know how I…
-
1
votes1
answer126
viewsHow to record variables from this array?
I’m developing a system that uses a web-service to recover the data needed to feed you, in the real estate segment. I am learning PHP and have many problems learning arrays. You could show me how I…
-
1
votes1
answer256
viewsIs it possible to use C# + Client Delphi server?
C# has a framework Very good orm, this would help a lot when creating a server webservice between client and database. Delphi has many components that help to develop a commercial automation…
-
1
votes1
answer496
viewsParsererror error when making an AJAX crossDomain request
I created this page to test a request cross Domain with AJAX: <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"> </script>…
-
1
votes0
answers394
viewsError 500 when sending android object to web service Rest
I have a problem sending an object from a java class to my web service. Using the Restfull web service on glassfish and android using Volley and gson. I get a 500 error when I try to send the…
-
1
votes0
answers102
viewsPayment API with variable automated billing support
There is some Payment API with subscription support with variable value. Or rather, postpaid scheme. If the user has spent X, pays Y. If you have not spent anything, you pay nothing. If you have…
-
1
votes1
answer600
viewsSite Republica Virtual off the air
A few days ago the site Republica Virtual that served as a basis for many people perform ZIP code query and receive the data easily, this out of the air, I do not know if anyone knows why to be out…
-
1
votes1
answer772
viewsMy app in android studio is closing, while consuming webservice
I have a problem in my application, when consuming a web service, the application is closing. The idea of my application is I consume this web service to validate my login, and returning a message…
-
1
votes1
answer380
viewsError while consuming webservice Soap on android
I have a web service whose wsdl is this: which rotor the next one runs in the browser: <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Metro/2.2.0-1 (tags/2.2.0u1-7139;…
-
1
votes1
answer178
viewsPure XML in PHP
I am making a request to a web service (done in Delphi), by PHP sending an XML and receiving a reply. What I want is to be able to show XML exactly as it is. Code I use: $getData is the request XML…
-
1
votes0
answers401
viewsService or package to generate Nfe possessing only the Invoice key
With only the Nfe key I can access the Revenue website and view the Invoice in PDF. You can use a third-party service or bundle that manages such PDF in the same way as Recipe offers, possessing…
-
1
votes1
answer92
viewsUse the data obtained in the parse of my Web Service to turn into a chart on Android
I have a web service that returns me some values, for example now is this way the answer of my parse: The parse I did to get the filtered values was this: String valFormaOutros =…
-
1
votes2
answers146
viewsHow to decrease the response time of an unsuccessful connection when using Ksoap2?
When the server or service (IIS) is off, The web-service response time that there is some connection failure is very long. At this time the application (Android) requests closure due to inactivity.…
-
1
votes2
answers514
viewsHow to consume webservice in a Chrome extension?
Personal opa, Blz? Do I need to consume a webservice in a Chrome extension, any tips? I have tried calling an external program using NAPI, but saw that it is being discontinued in Chrome 43. Att,…
-
1
votes0
answers73
viewsHow should the body of a Soap envelope be built for a request?
I searched for some tutorials and up to this point I understood that... Header contains the evelope authentication data, however I don’t know about the body... if the body tags should have the same…
web-serviceasked 9 years, 4 months ago Cleiton Ribeiro 757 -
1
votes1
answer181
viewsHow do I know the app’s web service is down?
Scenario: The app consumes data from a web service, so that the app does not get "locked" I added the task of downloading the data in a secondary trhead, according to the following code:…
-
1
votes2
answers119
viewsHow to send data to web service using Afnetworking?
I have a form that must be filled in the application and sent to the web service to register a new user. How could I send this data to the web service using Afnetworking 2.0? I tried to use the code…
-
1
votes1
answer209
viewsHow to send a string to a web server?
I need to send a string to a server, which in case will be a page of my site. I need to send a txt with the string there, just that. Does anyone know how to do this on Android in the simplest way…
-
1
votes2
answers189
viewsByte Array x Stream
I’m developing a WCF service that will convert files. I will upload and then download the files. The files are not large. What is preferable in the case of sending and receiving, returning an array…
-
1
votes2
answers608
viewsWeb Service Mail Test - SSL Error
Has anyone ever had this problem referencing web service for testing and implementations of the post office. I need to perform some validations but I can’t execute any method without SSL errors.…
-
1
votes1
answer1316
viewsConsuming Protheus webservice in C# (array)
I have two webservices developed in Protheus(TOTVS) that will be consumed in my C# application in VS2013(Windows form). The first always returns a string and is working perfectly, the second returns…
-
1
votes1
answer875
viewsHow to send an object to an Asp.NET C#webservice?
I need to send an object from a class that I created to a webservice, but when I call the method passing the object it to the types are incompatible. I tried to receive the object as Object, but it…
-
1
votes1
answer512
viewsIssues with nfe WSDL import
I’m having an error that I can’t figure out what it is. I took the SWDL from Nfeauthorization (homologation) and used the Axis2 to generate the classes. I solved some import and lib problems, but…
-
1
votes1
answer140
viewsNullpointerexception on login screen
I have this Nullpointerexception error and I don’t know pq. I have only one login screen, one dao that takes two parameters, email and password: java.lang.NullPointerException at…
-
1
votes2
answers318
viewsDAO + Webservice
I want to use the DAO standard to create a Java project in Eclipse to view data from a database. Only I want to turn it into a Webservice.. How should I proceed? Just use that IDE Webservice…
-
1
votes0
answers92
viewsRestful web service + common java project
I have the following problem, I have a web test service created in a separate project(I) in eclipse and another java(II)(Drools) project. How do I make the two communicate being in different…
-
1
votes1
answer2298
viewsPass method parameters through the URL
How do I capture the parameters requested by the URL in a webservice? For example: I have the following webservice: http://localhost/teste/WebService1.asmx/Produto How to pass method parameters…
-
1
votes1
answer652
viewsPublish WCF service on IIS with test environment
I created a webservice using WCF . NET 4.0, and hosted on the IIS of our local server (when everything is ok it will be migrated to a web server). In the winform application I managed to consume the…
-
1
votes0
answers125
viewsError calling Webservice that returns a list (JPA)
Hello, I am unable to return a list of orders by Webservice: public List<Pedido> getPedido() throws Exception { String query = "SELECT p FROM Pedido p"; TypedQuery<Pedido> typedQuery =…
-
1
votes2
answers1260
viewsConsume Webservice from an external link
While consuming a webservice an external URL via the link in the browser http://api.postmon.com.br/v1/cep/30640-240 returns the following JSON message: {"complement": "from 9201 to the end -…
-
1
votes0
answers45
viewsJava application running as Windows service
I need to develop a Java application that should run in company branches as a Windows service. The scenario is as follows: I need to get some information from the database of a third-party software…
-
1
votes0
answers58
viewsHow to call in PHP services with multiple Binding
I need to connect PHP to a webservice . net that has multiple Binding and both with methods of the same name. o SoapClient is always calling the first of them even when the Action and Location have…
-
1
votes1
answer817
viewsGenerate Class From XSD - CTE for SEFAZ Webservice
Referring to the generation of NFE and CTE classes from XSD for use in the SEFAZ Webservices. I have had some problems of ambiguity in the name of the generated classes. I used the Visual Studio…
-
1
votes1
answer77
viewsVideo control plug-in in Moodle
Does anyone know if there is a module or tool that controls access to videos on Moodle? I was thinking of creating something like, for example: The student began watching video number 1 and stopped…
-
1
votes0
answers31
viewsHow to receive feed changes instantly?
I’m trying to make a podcast player and I have a question about the feed system. I thought of doing a sync button, which would be able to return the updated list of podcasts when pressed. But I…
-
1
votes0
answers39
viewsCreate a web service that receives strings
I have to create a serviço web, that this service will receive two Strings, a phone number and a message, which should be "pasted" into a C# I have to fire a message.. That is, through another app I…
-
1
votes0
answers113
viewsPrintdocument: Printing takes too long on IIS
I am with an automation project (Web Service) where one of the functions is to print a text file (simple) server side. This Web Service calls a dll composed of a "Printdocument" object and after…
-
1
votes1
answer165
viewsWeb Service for Android app
I have a question. Assuming I have a web service saving the data in Mysql, this service is responsible for feeding an Android app. The user accessing the app will sync the data to the device’s local…
-
1
votes0
answers218
viewsConsume Webservice asmx with Android
I am trying to get SOAP provided from an asmx local webservice on my android emulator. On my PC the result is as follows: In the emulator however, I tried to open in your browser in two ways: Using…
-
1
votes0
answers203
viewsSign in when making web service requests
I created a Web Service that brings results in the format JSON in java, but sometimes when the user makes some request to the Web Service the same hangs and interrupts the whole service, I wonder if…
-
1
votes0
answers685
viewsWebservice Delphi XE5 Authentication
I used WSDL importer to import the WSDL of webservice, but I am having difficulties in authenticating the query, when importing informed user and password, for the WSDL importer, and also tried to…
-
1
votes1
answer52
viewsNullpointerexception in WSO2 DSS 3.0.0
I am having problems in a Data Service in WSO2 DSS 3.0.0. If I execute the query directly in the database no error happens. The database is a Sybase 12. Could someone help? DBS <data…
-
1
votes1
answer188
viewsJSON list in Angularjs not displayed
I’m trying to return a list of a Java webservice, but on the HTML page it is blank, I do not see my error, below the code. @Path("/contatos") public class ContatoResource { static private…