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
-
2
votes1
answer113
viewsObjective-c to Swift project conversion (Server call)
I have a problem that I will explain, I think I found a way to call the methods that are on the server, however when I call a method that has parameters, I get an error, and when I call a method…
-
2
votes1
answer339
viewsIntegration of Web Service Information
I’m having a little trouble making a Web Service. I have a database Mysql simple to register people. I already have my methods for performing operations CRUD ready in a classe . that were used in an…
-
2
votes1
answer87
viewsAuthentication in different databases
Hello, I am developing a web service (in java) of integration in different databases and I ended up falling into a problem in which I am not finding a solution. Queries are entered manually and will…
-
2
votes3
answers58
viewsShare Web Services in different projects
I have 2 designs, using Restfull Jersey: Projectox Projectoy And the module of User, this module is responsible for making GET, POST, REMOVE to manipulate the information related to User. This…
-
2
votes1
answer113
viewsWCF out bool parameter
I created a Webservice WCF, and at the interface IService1.cs I put the signature of the methods [ServiceContract] public interface IService1 { [OperationContract] bool insertConsulta(BConsulta…
-
2
votes0
answers864
viewsHow to use Token with PHP Rest
Guys, I decided to use the Token feature, to access my Rest I’ll be doing in PHP, mainly to learn this concept, but I don’t want to use a Framework ready, I even need to get the hang of it. Good…
-
2
votes1
answer138
viewsView Datetime Content using Doctrine
In a Webservice project using Slimframework, I decided to add Doctrine to the BD queries. I decided to follow the guidance of DOCTRINE to work with Datetime and Time Zones according to this site…
-
2
votes2
answers240
viewsCustom Return in WEB API
Good afternoon. I would like to know if there is any standard or good practice (independent of the programming language), for building Web API that allow customization of the content of the…
-
2
votes0
answers897
viewsError 500 when consuming Webservice
The code is returning the following error message: An unhandled Exception of type 'System.Net.Webexception' occurred in System.dll Additional information: Remote server returned an error: (500)…
-
2
votes1
answer121
viewsIoc with Web Service
I need to create a WS with Ioc. I created a new Web project with Web API dependencies ; I added a Web Service (asmx); I installed the Simpleinjector; The code went like this : [WebService(Namespace…
-
2
votes2
answers1928
viewsConsume Web Service SGS Banco Central Brasil - Dollar Quotation
I was able to generate the (java) client in Eclipse, available in WSDL https://www3.bcb.gov.br/sgspub/JSP/sgsgeral/FachadaWSSGS.wsdl. The following classes were generated: package…
-
2
votes1
answer47
viewsFile Check on Web Server
Next, I have an Android app, this app wants to check the existence of an image on the web to be able to load by Picasso, if the image does not exist in a www.somemacoisa.com/img/imagem5.png I will…
-
2
votes0
answers829
viewsRunning a service: the following error happens. Newtonsoft.Json.Jsonreaderexception: Unexpected Character encountered while Parsing value
Framework 4.0 Code block that generates the error var token = Configuracao.Config.TokenAgrometrika; if (Configuracao.Config.ValidateTokenAgrometrika > DateTime.Now) return token; var autenticacao…
-
2
votes0
answers384
viewsOracle PL/SQL - Connection with Webserver SEFAZ
Someone here has already been able to establish contact and authenticate SEFAZ (NF-e or Reinf) servers through PL/SQL with Oracle Wallet? For the last few weeks I have been trying to make contact…
-
2
votes1
answer55
viewsMultiple Fault Handling in Angular
I am developing a code and in the same I build some areas of influence for given locations (with coordinates and radius of distance or walking time from the coordinate), so when I complete its…
javascript angularjs web-service postgresql web-applicationasked 7 years, 3 months ago Nicholas Maestrello Agiz 69 -
2
votes1
answer595
viewsQuestions Spring Boot Web App -> Android
A few weeks ago I finished the project of a web system that makes basic Ruds, I used Java, Maven, Spring Boot, Hibernate, Bootstrap + Thymeleaf pro frontend, etc... And I deployed to Heroku using…
-
2
votes1
answer2430
viewsConsume Webservice in SOAP with HTTPRIO in DELPHI
I’m having a little trouble with a request via webservice/Soap. I’m trying to feed a function of a WSDL of Vtex through the Delphi and it always returns to me that a value has not been filled in.…
-
2
votes1
answer70
viewsDoubt about which Inheritance to use in the Entity Framework
I only had the opportunity to use the EF basically 1x. Therefore, I am with many doubts, even consulting a lot google. I have a client application that will take various data from the logged user’s…
-
2
votes2
answers1515
viewsCross-origin requests are being blocked
I need to consult some Ceps in viacep API (https://viacep.com.br), when I run get below: vm.buscarCEP = function(){ const cep = vm.empresaResponsavel.cep //RECEBE CEP DO CAMPO const apiViaCep =…
-
2
votes0
answers96
viewsHow to get data from json to php
I have the following webservice script, I can connect normally with the external host (code: 200) But in echo Responsebody nothing appears. How to show the obtained data? <?php $USER_NAME ="abc";…
-
2
votes1
answer47
viewsGet json through ajax/javascript
I have a webservice developed in Java that is responsible for returning all the compositions of a particular fabric/piece (textile area). The webservice is first of all returning the existing…
-
2
votes1
answer73
viewsConsuming a Web Service Asp . Net Xamarin application
I want to make a request to a Web Service developed in Asp . Net passing two parameters to my server. The controller in the web Service this asism: public HttpResponseMessage Get(string id1, string…
-
2
votes1
answer8567
viewsProblem with CORS at Angular 5
Guys I’m with a test application on Angular 5 and I’m trying to consume the Webservice from the top hat. When performing this attempt the following error appears: Failed to load…
-
2
votes2
answers1855
viewsError regarding CADSUS webservice in PHP
Hello, everybody. I’m trying to consume function "pesquisar" of the CADSUS bus, but I receive as a response the error "Forced circuit exception"; The code used follows below, using Laravel 5.6 and…
-
2
votes1
answer1184
viewsGet Deadline with Postal Web Service
I am trying to get the delivery time dynamically using the Webservice Post, for this I am using this documentation. If you enter the their test page, it is possible to enter the PAC service, for…
-
2
votes0
answers31
viewsXSD with Schema with Restriction "Pattern, enumeration, max and min" Java
I’m trying to generate a wsdl where it will generate a xsd reflecting the classes of entities. The problem is, I can’t generate the Restriction in xsd as required by each property of the appropriate…
-
2
votes1
answer145
viewsGenerate a new JSON by manipulating data from another JSON
I was participating in an internship test and I was proposed the following problem: I would have to read the JSON below: [ { "nome":"Jabba, the Hutt", "jedi":false, "sistemas":[ "Tatooine" ] }, {…
-
2
votes1
answer37
viewsAlternative connection to Webservice
good afternoon! I have the following function: function API($conteudoAEnviar) { try{ $cabecalho = array( 'Content-Type: application/json', 'Authorization: Basic ' .…
-
2
votes1
answer38
viewsStructure of a Webservice X Model Class
I need to make a web service (asmx) where the Request Entry is in this structure: Input XML (Request) <RetrieveDeviceParentRequest> <model query=""> <keys query="">…
-
2
votes0
answers48
viewsJaxb converting abstract class with Retrofit
I have a Core project where there is a User class @XmlSeeAlso(value = {UserClient.class, UserProfessional.class}) public abstract class User implements Serializable { Userprofessional class @Getter…
-
2
votes2
answers386
viewseSocial: Invalid Subscription . NET Framework
Invalid Signature Good afternoon, I have a problem transmitting the information to the webservices of eSocial. The process I do is the following: the events Xmls are generated on the server,…
-
2
votes1
answer60
viewsError picking web service return variable
I have a variable that I return that is of the type x509Certificate2, But once you get back into the system, it always comes null, but from the webserver, it returns perfectly, I’m not sure how to…
-
2
votes1
answer160
viewsA3 Web Application and Token without Local Installations
My goal is a web system that serves as a bridge between a government service and the user, abstracting access and data exchange. The user would access my web system and could perform actions, such…
-
2
votes1
answer212
viewsAdd customizable SOAP Header
I’m consuming a web service SOAP which does not provide any information on Headers, nor of autenticação. I added the same in my project by the tool Add Connected Service in Visual Studio. Looking…
-
1
votes2
answers1066
viewsHow to change the URL that consumes a Webservice?
I have a Webservice written in C# and the client application (data collectors). Collectors consume Webservice to view information in the main comic. On every client I install my Webservice (Data…
-
1
votes1
answer82
viewsDoes ASMX Web Service contain an event to end the request?
I would like to make sure that at the end of all requests to my Web Service the Savechanges runs. Someone could help me?
-
1
votes2
answers1924
viewsWeb Service Nusoap Return Error
I’m developing a web service with Nusoap on Laravel 4. The class I’m wearing is the https://github.com/noiselabs/NoiselabsNuSOAPBundle Server Route::any('ws/server', function() { $server = new…
-
1
votes1
answer822
viewsError while trying to consume an Axis Web Service
When I try to consume web service functionality, the following exception occurs: org.apache.axis2.AxisFault: Stream write error at…
-
1
votes2
answers2798
viewsHow to connect desktop and web apps?
The idea of my TCC is to make a program where teachers can launch the notes via internet and where students can view them. There will also be a desktop part where the school secretary will register…
web-serviceasked 10 years, 8 months ago lucas 11 -
1
votes1
answer1189
viewsHow to get Paramentro in a C# sent from Android web service
I’m consuming a web service developed in C#, from an application on Android. By sending simple types per parameter such as string, int or long, I can usually get the information just by placing the…
-
1
votes2
answers529
viewsI rotate in my browser Webservice and gives me a strange message
While giving a View In Browser on my Webservice, brought me this message. It doesn’t look like a message that Webservice is all ok. What is this message? Service This is a Windows© Communication…
-
1
votes1
answer221
viewsError posting my Webservice
When I run my Webservice and publish on IIS(7) the following error occurs: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base…
-
1
votes0
answers458
viewsWebservice Server in Rails
Hello, I’m developing a Webservicee server using Gem wash_out (https://github.com/inossidabile/wash_out). On this server I will insert, display, delete and update data (CRUD). It will probably be a…
-
1
votes1
answer72
viewsTimeout Httpwebrequest Second time
public static bool Sinc(int v, out List<Ma> x) { try { XmlDocument urlData = new XmlDocument(); HttpWebRequest rq = (HttpWebRequest)WebRequest.Create("http://192.168.1.155/Ser.svc/maq/?v=" +…
-
1
votes1
answer2405
viewsLogin failure for user "NT IUSR AUTHORITY"
I have a Webservice application running on IIS, but how much I try to consume from this error: System.Exception: Login failed for user 'IUSR NT AUTHORITY' I tried to add this user in the database,…
-
1
votes1
answer472
viewsAndroid using Netbeans webservice
I would like some information, examples or tutorials how to research and study to be able to develop this project. I have ready already database and some components of the web service would like to…
-
1
votes1
answer271
viewsMaking web service calls separately
I need to finish an application I’m doing on Android, in the login step I’m doing, and for that, I have two webservices to perform it, one is the Identifier and the second is the Loginsamba. I’d…
-
1
votes1
answer692
viewsProblems sending data from one Listview to another Activity
Questionadapter public class Questionaadapter extends Basepter Implements Onclicklistener { private List<Pergunta> lista; private Context context; public PerguntaAdapter(Context context,…
-
1
votes1
answer60
viewsIs there a Pattern design for iOS to consume data from a web-service?
I’m looking for a Pattern design to help standardize the construction of an iOS app that consumes data from a web service. They could say if it exists and the name of this development model?…
-
1
votes1
answer2070
viewsAssign value to an object property by a list of objects
I have a list of objects: List. Well, this object has three properties, say, cnpj, acao and novaacao. I did a lick or lick and brought me all the results, let’s say two lines. I do a foreach on the…