I would like to know how to store each separate item so that I can then use it in a sharedpreferences .
There is this class in my program ....
public class Tab {
private String UC;
private String Instalacao;
private Stri...
I have a project in which I should create a website and an application (Intel XDK) of it, I thought it would be more ideal to have a 'core' of the application itself to do the communication of the database, so on the site just go requesting the...
I've implemented a WS Rest in PHP, but when I try to consume WS with an Ajax method it always returns me the error function. However the WS is recorded and the data is even recorded in the DB. Has anyone ever had the same problem?
PHP WS code...
I have 3 servers iis in production and homologation everything works ok. But in a new server I just created, installing all the necessary tools to run ASP.NET and putting the source code of a webservice in C # as a new site, returns me a Bad Req...
I have a code that generates a Json file in this format:
[
{
"$id": "1",
"poule": 73,
"idusuario": 4,
"vendedor": "ITAMAR SOUZA",
"total": 50.00,
"datajogo": "2016-01-19T00:00:00",
"terminal": "(11)985590116",...
I'm doing maintenance on a C # project, which has WebServices.
I created a new service and executed the program, it works as images below, but when calling the method it gives 404 error.
Is this a normal behavior?
Code
using System;
usin...
How do I retrieve the WSDL from this service: link
I need the WSDL to add it by Netbeans, there I can only add the WSDL and this is final asmx.
EDIT :
My CLasse looks like this:
String nfeCabecMsg = "<nfeCabecMsg xmlns=\"http://...
I have a method in my Webservice that throws an exception if the code of the card is already in use, ie when trying to release the access the system checks if it is already in use and returns the Exception . >
Code in Webservice
...
t...
I'm starting an integration with B2W, they use a REST / JSON API,
I am not finding where it is wrong in my code, it is something relative to the header, as I test with the chrome dhc complement and register the change correctly:
Mycode:$url='ht...