Questions tagged as 'webservice'

0
answers

Error trying to list Prestashop store products with Webservice

I am having problems trying to list the products of a prestashop store with Webservice. When I try to list all the products I get this error: Fatal error:    Uncaught exception 'PrestaShopWebserviceException' with message 'This   call to P...
asked by 06.06.2018 / 12:18
0
answers

Error: Extra content at the end of the document

Good afternoon I'm using laravel 5.6, and I'm trying to consume a SOAP-like webservice (wsdl), but when I try to consume it, he replies: SOAP-ERROR: Parsing WSDL: Couldn't load from http://www.loswebservice.com.bo:5000/WebServicesConsulta/Con...
asked by 05.06.2018 / 22:55
0
answers

Consume WSDL Web Service with Nusoap PHP

Regards, I am trying to consume a Web Service with the Nusoap library in PHP. I had worked it before but for this opportunity it is something different. I have a Java program that is already working, but now I need to do it from the web, with...
asked by 06.06.2018 / 21:57
0
answers

How to create WebService on Linux server (eg GoDaddy)

I am currently finding a Linux hosting, Which I can create MySql databases, Now I find the need for my Android application, you can consume this data from the base through a WebService, it could be an Http Post request in Json format,...
asked by 03.06.2018 / 20:47
2
answers

Spring-boot: run works but java -jar fails

I'm having a problem running java -jar. The application is an integration WS (exposes an endpoint whose operations call a third-party WS). The application worked correctly with http, but when the third party added its own certificate and forc...
asked by 28.05.2018 / 09:51
0
answers

Problem when consuming a payment web service

I am trying to consume a web service for online payments with PHP, according to the guide are only 4 simple steps. link Generate an xml cache with the payment data. Encrypt the string Send the encrypted chain to the server with a speci...
asked by 24.05.2018 / 20:24
0
answers

Pass Entity List in a WCF WebService

Today I get an error when consuming a web service wcf, the error is as follows:    The service could not be invoked. Possible causes: the service is offline or inaccessible. the client configuration does not match the proxy; The existing prox...
asked by 23.05.2018 / 06:35
0
answers

SOAP Web Service, hide

I have the following doubt and I have not found anything clear. Can I have a web service uploaded without having it visible to the public that can listen to my server? And connect only if I have the WSDL, with the mapping of services. I am...
asked by 18.05.2018 / 13:58
0
answers

How to reset Beans Java

a question that is perhaps simpler than I think ... I created a web service, for one thing or another I had to delete it and recreate it, but the already created Beans appear and it does not allow me to map the classes from the database. How...
asked by 21.05.2018 / 18:45
0
answers

android volley POST integer

In the web service I have the following method public int Post([FromBody]JObject value) { int count = 0; try { //Primero comprobamos que el usuario y el hash son correctos int idUser = Conve...
asked by 04.05.2018 / 12:39