Questions tagged as 'soap'

0
answers

Create function that receives an XML in the SOAP Server (delphi)

Good morning. Reading various files, tutorials, etc. on the net, I was able to understand and develop a SOAP server (Delphi 7 and Tokyo). I created several functions to receive values and return answer .. I created a client (Delphi 7 and Tokyo...
asked by 31.08.2018 / 17:52
1
answer

Basic Auth to authenticate webservice soap - PHP

I'm having a problem with authentication when I try to consume a web service soap. When entering with the url in the browser, it appears u dailog requesting user and password. But I need to do this authentication without this dialog being presen...
asked by 31.08.2018 / 18:11
2
answers

Server did not recognize the value of HTTP Header SOAPAction

I'm trying to implement a webservice of a software called SmarterTrack just that I'm not getting it ... it gives me the following error: Server did not recognize the value of HTTP Header SOAPAction: http://localhost:9996/Services2/svcTickets....
asked by 06.06.2018 / 14:51
1
answer

Cast on a SoapObject

I have the following code to consume WebService : public List<Convenio_Conselho_Grid_BD> Pesquisar_Convenios(int pCodigo_Entidade) { SoapObject request = new SoapObject(oFinanceiro.WSDL_TARGET_NAMESPACE, oFinanceiro.OPERATIO...
asked by 02.05.2018 / 22:10
0
answers

Node Js - node-soap

I have a soap client with the following code in nodejs: var soap = require('soap'); var url = 'bin/NfeStatusServico2.wsdl'; soap.createClient(url, function(err, client) { client.setSecurity(new soap.ClientSSLSecurityPFX( 'xxxxxxxxxx...
asked by 13.04.2018 / 20:07
0
answers

Consume PHP Web Service

I'm trying to consume a Web Service and I'm not getting the results you expect. Apparently the error I was able to figure out is in the structure as I am passing the Vector of arguments to the method call, I have already tried to do it in...
asked by 11.04.2018 / 19:49
1
answer

WebService return does not respect the namespace of my own WSDL

Hello! I'm starting now in the world of Webservices. I made a WS in the eclipse wizard using axis 1 (if I'm not mistaken), in the "Bottom up" style: In the eclipse, positioned in the class that will be WS: File-> New-> Other-> Web Service (Class...
asked by 21.12.2017 / 15:23
1
answer

PHP - Consume webservice with XML via SOAP

I'm having problems with array in php. I need to send an xml via soap to the webservice with some product items, but a tag is bringing me doubts. The wsdl manual has an xml like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap....
asked by 15.12.2017 / 20:10
1
answer

Error during deserialization of the body of the response message for the operation - WSDL

I'm new to implementing services as a reference, and I see myself at the moment in a dead end. I successfully test the call to service via Postman. It is worth saying that a certificate is required, but once added to Postman, I have no proble...
asked by 10.11.2017 / 19:10
0
answers

Server Web Service Soap - WSDL - Java Eclipse

I know there is already a lot of post related to web service in java and I also know that there have been many questions with this problem. However, I tried in all ways and I could not solve it, so I'm here. This is my server log. The problem...
asked by 21.08.2017 / 17:09