Questions tagged as 'soap'

0
answers

default_socket_timeout SoapClient php does not work

I'm trying to define a timeout limit in a call to a webservice, for this I'm using the command ini_set('default_socket_timeout', 2); but still waiting until the end of the server response. The documentation says that this is the line th...
asked by 24.04.2018 / 22:54
0
answers

No query is made in SOAP php, does not respond WS

Good morning, I have tried to connect to a WS that works with soap, but I do not know if I am writing the code wrong or it is badly formulated that does not consume me at all. This is how the server indicates that the xml should be: POST...
asked by 24.04.2018 / 16:08
0
answers

PHP Fatal error: Call to undefined method soapclient :: _ call ()

I get this error when I try to upload an image through a SOAP webservice using the nusoap php library. I have very little experience with php and SOAP therefore I would appreciate any help. I share my code: server.php require_once('lib/nuso...
asked by 15.04.2018 / 06:04
0
answers

Consume SOAP in Asp.net Core 2

I have a project in ASP.NET MVC CORE 2. I have a SOAP that I use for User Login (User, Password) that I must return a 0 or a 1 in case the password corresponds to the user. I am something new in ASP.NET CORE, could you support me to implem...
asked by 06.04.2018 / 15:51
0
answers

Problems to consume Web service SOAP https

I have a WS, but when I invoke one of its methods I get a message:protected =>Forbiden message, but when I test the WS with the SOAP UI app if I can access its methods and perform tests, it returns the corresponding values. Accordin...
asked by 03.04.2018 / 18:07
0
answers

SOAP service changes from https to http

Hi, I am consuming a WS that the url is: https: // myqs.com?wsdl with the following code: $servicio="https://myapp.com/ws.svc?wsdl"; $opt = array('encoding' => 'UTF-8'); $parametros=array( 'c' => 'a', 'd' => 'b', 'e' =&...
asked by 03.04.2018 / 21:32
0
answers

How can I consume a WCF service from Android

I have already spent some time researching how to consume a WCF from Android, however, I need to use a WCF that was already created with a different syntax from the examples I found. The code of my WCF contracts is like this: namespace Serv...
asked by 22.03.2018 / 06:52
1
answer

javax (jws) WebService, get String of the input parameters (Password: value)

Hello! I have a set of services in Java, that I call them by SOAP and I want to register the input parameters. For example: @WebMethod(operationName = "getObject") public MyObject getObject( @WebParam(name = "param1") final Short pa...
asked by 16.03.2018 / 09:42
0
answers

Problem with SOAP, php facto.cl

I am trying to make electronic tickets via the api de facto.cl that is made in SOAP XML ... I think I have reached the closest point to a solution, but I still can not make it work and I do not know what I'm wrong, if anyone could give me some l...
asked by 14.03.2018 / 17:16
0
answers

To enable certificate in AXIS 1.4

Very good, I have a SOAP WebService that uses certificates, it is made with AXIS 1.4, I would like to enable the certificates to perform tests in the AXIS services     
asked by 07.03.2018 / 15:15