Questions tagged as 'web-service'

1
answer

What is the difference between Web Service and Application Service?

Searching the Web Service, I asked about a topic on the topic, as follows: Question: What is a Web Service? However, a question has been raised about the distinction between Web Service and Application Service. I did a quick search on th...
asked by 02.10.2015 / 19:08
2
answers

applicationx-www-form-urlencoded with HttpWebRequest

I am making a system to authenticate the Token (derived from the credit card) next to Cielo. This token has special characters like + Cielo receives the data via XML. I made the following code to send: private String sendHttpRequest...
asked by 05.04.2016 / 18:20
3
answers

When is the use of an Enterprise Service Bus (ESB) recommended?

I'm at the beginning of developing a system that provides for communication with some other systems through Web Services. Now our system will be the service provider, sometimes it will be a consumer of external services, always through Web Servi...
asked by 06.04.2015 / 15:13
1
answer

What is service granularity?

What is service granularity in SOA? What is the difference between fine and coarse granularity?     
asked by 03.06.2014 / 17:17
1
answer

Monitoring MySQL database with Java application

I have a Java desktop application w / DB MySQL running on 100 company branches for over 6 years. Today at the head office we need some information from the branch database. I'm developing a web service Rest, to perform this integration. The f...
asked by 05.08.2015 / 00:38
2
answers

How to send a SOAP in C?

How do I send a SOAP in C? I have a Web Service that consumes SOAP and I have to send this SOAP in C. How can I do this? Is there an API or do I have to create a library?     
asked by 06.03.2015 / 15:38
1
answer

Error in the XML signature of NFs-e Belo Horizonte

I am developing the integration of a system to issue Nfse to Belo Horizonte are happening 2 situations that only with this prefecture that I have developed are happening, already we have integrated several prefectures and this is the one that is...
asked by 07.11.2014 / 18:05
1
answer

How to remove xml encapsulation in json returned by WebService

I created the following method: [WebService(Namespace = "http://myDomain.com.br/PublicacaoService")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] [System.Web.Script.Services.ScriptSer...
asked by 12.08.2014 / 18:49
1
answer

How to create webservice using PHP and REST?

I have been researching a lot on webservices lately and would like your help to know how I can build a webservice using REST and PHP. I chose PHP because I'm more familiar with the language, and REST because during my research I saw that it was...
asked by 05.04.2017 / 23:40
1
answer

What is the best method to do login authentication in android and webservice php RESTFul?

I'm building an application that needs login, I've already created the webservice in php using Slim. I'm currently using a POST, passing a json with email and password to the webservice to return the corresponding user's json, but I believe t...
asked by 06.09.2015 / 19:12