Posts by Raul Martins • 41 points
4 posts
-
1
votes0
answers92
viewsQ: Get XML properties answered from web services server
I am wanting to capture the values of XML properties answered by the server. public ArrayList<Carga> smbcRequest(smbc smbc) { //instanciando variaveis PropertyInfo req = new PropertyInfo();…
-
1
votes1
answer96
viewsA: ksoup2 org.xmlpull.v1.Xmlpullparserexception:
Solved. Thus below. public ArrayList<Carga> smbcRequest(smbc smbc) { PropertyInfo req = new PropertyInfo(); ArrayList<Carga> lista = new ArrayList<>(); SoapObject spSmbc = new…
-
2
votes1
answer96
viewsQ: ksoup2 org.xmlpull.v1.Xmlpullparserexception:
I’m trying to make a query in the WEB SERVER implemented in PHP in this link. In the web service I have to send a request by passing the parameters Imei, password, operation. public class…
-
0
votes1
answer78
viewsQ: Authorisation problem with Pundit
On the controller lodger put this function authorize, passing user who is logging into the system, within the method #destroy. What I need is that only the user admin can perform the deletion…
ruby-on-railsasked Raul Martins 41