Questions tagged as 'webservice'

0
answers

Implement web service php

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...
asked by 09.07.2018 / 18:19
0
answers

Problems with file_get_contents ()

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...
asked by 09.07.2018 / 20:53
0
answers

Display remote database data with Volley, Android

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...
asked by 09.07.2018 / 18:17
0
answers

Odoo 10 Wep api order in cart

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...
asked by 13.06.2018 / 17:45
1
answer

connection refused when trying to consume an SOA Webservice using jax-ws

/* * 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...
asked by 19.06.2018 / 21:08
0
answers

Filling of memory by input / output messages webservices

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...
asked by 08.06.2018 / 18:29
0
answers

How to send two objects to an api in php

$url = 'www.miapi.com/api/Vales'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_PUT, 1); curl_setopt($ch, CURLOPT_POSTFIELDS,item1,item2); curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: applicati...
asked by 10.06.2018 / 03:17
0
answers

Response of webservice did not return any PHP value

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...
asked by 08.06.2018 / 17:00
0
answers

Web service in Kotlin

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....
asked by 11.06.2018 / 18:22
0
answers

WebService Python http.server

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...
asked by 12.06.2018 / 00:18