Questions tagged as 'soap'

0
answers

Accessing webservice with SOAP Headers and Node.js

I'm trying to access a webservice using Node.js (with module node-soap ) and that I first need to log in and then in the calls of other methods it is necessary to send the received Header in the login. I can log in and below the xml with the he...
asked by 20.07.2017 / 21:01
1
answer

Consume WebService in SOAP with HTTPRIO in DELPHI

I'm having a difficulty with a request via webservice / soap . I'm trying to feed a function from a WSDL from Vtex through Delphi and it always returns me that a value has not been filled. Code of my function Insert Field function...
asked by 28.08.2017 / 19:38
1
answer

How to feed SELECT with Webservice SOAP in PHP?

I have to list one in a SELECT (html) products of a company using a webservice. Some example code? Customer Code: <?php //cliente //inclusao do arquivo NUSOAP require_once('lib/nusoap.php'); //criacao de uma instancia...
asked by 23.05.2017 / 22:49
0
answers

Android Retrofit 2 Simple XML Converter Response

I'm using Retrofit 2.2.0 and Retrofit SimpleXML Converter 2.2.0. I added the simplexmlconverter to the retrofit instance with the addConverterFactory method. The problem is that when I get the response from the server, the following error occ...
asked by 17.04.2017 / 21:16
0
answers

Login WebService PHP + SOAP + CURL + XML + certificate

Good afternoon, I have the following code trying to access the ISS webservice of the city of Curitiba: <?php $xml_data = '<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
asked by 17.04.2017 / 18:30
0
answers

Error in Web Service Java SOAP in GlassFish

I have the following method in a SOAP Web Service running through GlassFish 4.1.1: @WebService(serviceName = "CalculatorWS") @Stateless() public class CalculatorWS { @WebMethod(operationName = "add") public int add(@WebParam(name = "i...
asked by 14.03.2017 / 11:40
0
answers

ERROR "do not have a property of the name return"

Hello, I'm trying to implement a WebService and I'm having problem in response. I used SoapUi and it's working. I'm in the step of implementing the WebService client in the application. When I make the request, the response error appears "[class...
asked by 04.01.2017 / 20:13
0
answers

How to add this header to SOAP?

Hello, I have to do a check in a Web Service where a valid CPF is sent and returns me a true or false according to validation. I can access the Web Service with the following code: // INICIANDO O OBJETO CLIENTE INFORMANDO O WSDL...
asked by 24.01.2017 / 16:34
0
answers

Error ERR_BAD_SSL_CLIENT_AUTH_CERT when trying to access the WSDL

I have a PHP script running on my local machine. The script is consuming a SOAP web service. However, I can not access WSDL. When trying to open the link to WSDL directly in the browser, I get the following response:    This site can no...
asked by 09.11.2016 / 17:07
0
answers

SoapClient - Problem with encoding (Invalid byte 2 of 3-byte UTF-8 sequence)

I am making a request to a webservice with PHP (SoapClient), and when I have special characters, error / deformation is occurring. What I've already tried: Set the parameter 'encoding'=>'ISO-8859-1' or 'encoding'=>'UTF-8'...
asked by 18.08.2016 / 16:36