Good day I am having trouble to consume a service done in java.
I have this example that is done in java and works correctly but when I try to do it in php it does not work.
Here is my code:
<?php
ini_set('soap.wsdl_cache_enable...
I was doing the tests on a local server (localhost) with Wampp, in which the following things worked perfectly, which kept the copied image of the given route to another local server folder. At that time the script had on the pc (wampp)
$image...
I am currently loading all the data in the table in a ReciclerView and everything goes OK. Now I want to do a search by name I modified the .php, leaving it as follows:
// post para recoger el nombre
$nombre=$_POST['nombrecito'];
// inten...
We have created an external application that uses the odoo Web API 10 and works perfectly.
The problem appears when the odoo ecommerce part adds the products to the cart (standard functionality), since it does not identify that a draft order...
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.controller;
import java.io.Serializable;
import...
I have a java web application (version 1.6) that makes numerous calls to external services to obtain / exchange information. Calls are made through libraries generated from a wsdl (with wsimport).
The problem presented by the application is t...
I am generating a query to a webservice in which as response I receive a .zip encoded in base64 so that I can decode it and get the .zip as such, with small zip I have no problem and I receive the response without any problem but, when making a...
I know that the question may be a little generic, but I do not want more than something to start with.
So far I've been using the volley library on Android with Java, but now, to do it with Kotlin I do not know if it's the best way to do it....
I am developing a small webservice, when I enter localhots: 8000 it shows me this is a test, but rarely the post method is not working for me, because when I want to send variables to it in the url or in a form, these are not reflected or the Ch...