Questions tagged as 'webservice'

1
answer

Consume a PHP Web Service from Java Desktop

In order to connect to the WS, the credentials and the method have passed me. Previously I had the WS Style error that was RPC, I solved it by adding a plugin to Netbeans. Now when I put the URL of the WS, NetBeans starts loading and shows an...
asked by 21.06.2017 / 18:37
0
answers

Web service Google or similar

I have to do a google web service or a similar one in netbenas for class. I have to use java, and I have been looking for a long time, but I can not find any examples. The google, apparently, do not use web service, are an api that you put the l...
asked by 23.05.2017 / 18:58
1
answer

OnClick does not run after OnClientClick

I have a form with a button, when I put the button (this button actually use it for several things changing the name and using flags in the method that defines the click) this executes the JavaScript in the client but never reaches the code -beh...
asked by 30.08.2017 / 22:16
0
answers

Advapi32 LogonUser Impersonate And WebClient with Network Credential

A week ago I was commissioned to do a communication project with a Webservice whose requests required a certificate. To obtain that certificate I was provided with a windows user along with his password and a network path where that certificate...
asked by 22.05.2017 / 08:57
1
answer

problems with soap and php

I need to call a function in a wsdl , for which I am using __soapCall() but at the time of using it I get the following error:    " Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in C: \ xampp \ htdo...
asked by 05.04.2017 / 15:09
1
answer

You can call a WSDL locally using PHP

I am learning how to use Soapclient in PHP and I get an error when trying to consume a service:    link This returns the following error to me    Parsing WSDL BillServicePortBinding already defined According to what I was inves...
asked by 03.03.2017 / 00:48
3
answers

Error calling web service (asmx)

I am creating a class that will be the structure that will always return all services (asynchronous calls) public class RespuestaServicio { public bool IsSuccess { get; set; } public string Error { get; set; } public int Codigo { get; set; } p...
asked by 22.02.2017 / 19:32
0
answers

WSDL from HTML with VBSCript

Does anyone know how I can consume a WSDL Web service from an HTML page through VBSCript? I have to send a String per parameter and receive an object back, I have found examples but none of them works for me     
asked by 08.03.2017 / 18:30
0
answers

Restriction access to resources, images in shared hosting

I would like to consult the best practice to serve image resources from a shared hosting through a web service but that these resources can not be seen through a URL I understand that the list of folders on the website and its files could be...
asked by 12.01.2017 / 11:01
2
answers

Parsear array object in php

I am consuming a Webservice Soap of type asmx from PHP . I receive the data but it does not give me the object array ordered with the fields that returns the XML of the Webservice , it is like that it show...
asked by 05.01.2017 / 20:59