Questions tagged as 'web-service'

2
answers

How to create webservice JAX-RS REST Service and consume with android application?

I created a JAX-RS REST Service, with a function that returns me a JsonObject, I can retrieve this information in the browser through the URL , but I can not retrieve it from an android application. How do I correctly configure the Web Service...
asked by 24.06.2015 / 17:47
1
answer

Problems with nfe's WSDL import

I have an error that I can not figure out what it is. I got the SWDL from NfeAuthorization (homologation) and used Axis2 to generate the classes. I solved some import and lib problems, but there are still some problems. Excerpt from the code...
asked by 31.12.2014 / 13:30
2
answers

Web Service Restful Authentication with PHP

Hello, I'm developing a Restful api, but I wonder if it's safe to authenticate users by passing the token in the url? And if there is any other more secure method.     
asked by 18.11.2014 / 02:23
2
answers

Consume WebService from an external link

When consuming a webService from an external URL through the link in the browser link returns the following JSON message:    {"add-in": "from 9201 to the end - even side (even side belongs to   the "Count"), "neighborhood": "Barreiro"...
asked by 16.01.2015 / 15:37
1
answer

Android using webservice NetBeans

I would like some information, examples or tutorials how to research and what to study to be able to develop this project. I have ready ja database and some web service components would like to know how to implement it on android.     
asked by 18.08.2014 / 20:35
1
answer

How to get Paramentro in a Web service in C # sent from Android

I'm consuming a Web service developed in C #, from an Android application. When sending simple types per parameter such as string, int, or long, I can get the information usually just by putting the same type in the Web service method declaratio...
asked by 28.03.2014 / 15:55
1
answer

No insert in the table is inserting everything, even what I do not want

When I give savechanges() , it writes to all tables and I would like only one. How I do? The Acao and ProximaAcao tables also inserts log. public T_TarefaParceiro geraIdParceiro() { WEBEntities db = new WEBEntities();...
asked by 02.06.2014 / 22:28
1
answer

Does ASMX Web Service contain any events for the end of the request?

I would like to have SaveChanges run at the end of all requests to my Web Service. can anybody help me?     
asked by 19.02.2014 / 14:19
1
answer

Error while browsing WebService

I'm trying to automate Sintegra's queries here at my company. I'm trying to implement in VB.NET (company software language), query through the webService made available by sefaz ( However, at the time of calling the service, passing the head...
asked by 15.07.2014 / 17:08
2
answers

Problem consuming webservice from DataSUS in PHP

Follow the code: <?php $client = new SoapClient('https://servicoshm.saude.gov.br/cadsus/CadsusService/v5r0?wsdl'); $function = "Pesquisar"; $argument...
asked by 30.07.2018 / 14:58