Questions tagged as 'web-service'

1
answer

What is the Expect100Continue property in System.Net.ServicePointManager?

I'm working on a system that manages the licenses of customers. There is a feature on my system to return the customer's product key by querying Web Service . And simple you inform the CNPJ it returns the a product key. //Web Service Ge...
asked by 29.03.2016 / 20:25
1
answer

Secure REST Authentication in PHP

I am wondering how to work with system authentication using restful. In my case there will be user / password and permissions / hierarchies for the user, and until then as the most interesting solution found in searches was the work with token,...
asked by 20.03.2015 / 13:00
1
answer

How to consume a WebService "asmx" via Jquery Ajax

I have created a button that calls the method findCompany which in turn is made a Ajax request to consume a Web Service Asxm . Why does Ajax not consume the Web Service? <asp:Button ID="btnPesquisar" runat="server"...
asked by 28.09.2014 / 01:41
1
answer

Creating an Event in a WebService

I have a Webservice that has a method that writes a new inbound record and updates the list that contains those entries. Now I need the client to sign a Webservice event so that whenever a new record is added the event is triggered on the client...
asked by 01.02.2016 / 19:22
1
answer

How should I communicate with the DB? Technology Recommendations

I'm having an Android project, where I'm trying to do everything using free platform. I need the field devices to communicate with the database, and I heard something about JSON and Web Service. So I would like you to recommend me, "SHOW T...
asked by 09.06.2014 / 17:51
1
answer

How to make an HTTP GET request for a web service with Arduino

With a request via GET for a web service with Arduino , using the following URL and passing a parameter
asked by 01.12.2015 / 13:29
2
answers

What is the best way to create a mobile application that communicates with a Webserver?

I'm developing a mobile application that should contain the same site content, and the same database ( MySQL mobile application. I believe that creating a direct connection from the mobile mobile to the remote database would be a securi...
asked by 01.12.2015 / 17:52
1
answer

How to access PHP webservice securely from an Objective-C / iOS application?

I'm making an application where I need to securely send user data to the Web Service using PHP. For this, I'm researching about security for iOS. What is the recommended method and what are the points that I should be concerned about? Plea...
asked by 30.03.2015 / 03:17
1
answer

HTTP Error 403.7 Forbidden - SEFAZ RS

I'm trying to access the authorization for RS invoice authorization . On access I get the following message:    Server Error in Application "PRNFH / WS / NFEAUTORIZACAO"   HTTP Error 403.7 - Forbidden   The page you are attempting to acce...
asked by 14.06.2017 / 14:59
1
answer

How to use parse () method in javascript?

I have the following implementation: minhaDataRetornada = "Dez 20, 2016"; minhaDataTratada = Date.parse(minhaDataRetornada); console.log(minhaDataTratada); Running the above code, my return is: NaN. If I change the word D...
asked by 20.12.2016 / 17:25