Questions tagged as 'webservice'

2
answers

work with responsive. in local it looks one way and in cell of another

Good friend, I have an indelibility diagramming with CSS. What's up ... I have two css files one for the responsive and one for the normal something like that. style-index.css: for the laptop file and r-style-index: for the cell I have...
asked by 12.07.2017 / 22:23
1
answer

Problem with sending Parameters Nusoap PHP to SAP

I have a problem when doing a PHP integration (nusoap) with SAP, the connection responds 200 OK but returns a NULL value, I think the error is in how the parameters pass, this is the code: $client = new nusoap_client($wsdl, true); $cli...
asked by 06.07.2017 / 22:06
1
answer

Problem with Jquery. * Failed to load resource: net :: ERR_CONNECTION_RESET

I'm getting through a web service the base64 url of an image that is obtained by opening an openfiledialog. This is the function that consumes the service: $('#Services').click(function () { $.ajax({ type: 'GET', url: '...
asked by 05.07.2017 / 23:16
2
answers

jaxws-maven-plugin error in java 1.8

I'm trying to make a client for a very simple Web service, a sum of 2 values, but when I try to use jaxws-maven-plugin with java 1.8 I skip a error in the POM and I am not able to solve it, I hope you can help me. Invocation of com.sun.to...
asked by 06.07.2017 / 18:16
0
answers

Windows Local Web Service

I'm trying to create a local windows service in vb with asp.net. Following this example In one of the steps it says:    In the designer, click ServiceProcessInstaller1 for a Visual Basic   project, or serviceProcessInstaller1 for a Visua...
asked by 29.06.2017 / 17:27
1
answer

what am I doing wrong when generating my server https with ruby in kali?

Turns out I'm trying to mount a https web server and when I try it I get an error, the code is as follows: with this code generate the certificate: require 'webrick' require 'webrick/https' cert_name = [ %w[CN localhost], ] server = WEBri...
asked by 22.06.2017 / 12:20
0
answers

error when getting data from a web service with Retrofit

I have a finished app that sometimes crashes my users (he does not do it to me) ... google sends me this stack trace: java.lang.NullPointerException: at com.mal.saul.preciosbitcoinmexico.Fragment.FragmentPrincipal. realizarCambioPrecio(Fr...
asked by 02.06.2017 / 00:37
0
answers

why does not the result of a webservice appear in SOAP?

Good day, I have this Webservice that when I invoke it returns the result in xmlns, even though I have it "configured" so that I can take care of it in SOAP: public class WebService : System.Web.Services.WebService { [WebMethod] [Soap...
asked by 26.05.2017 / 15:31
1
answer

Problem to consume Web Service

I'm new to Web Services. I have the following WebService I need to get the quote of the currency for the current day but I can not get any data. I'm trying to do it in C #, add the reference to the Web Service but I can not get the da...
asked by 04.06.2017 / 02:01
1
answer

Consuming data from a webservice in xml with vb.net

I'm making a website on vb.net that consumes a webservice that uses Example , which returns me all countries. I only have one Send button that calls the countries and I have an LBL that shows me the result.    Imports service_country = W...
asked by 16.05.2017 / 00:34