Questions tagged as 'soap'

0
answers

how to consume this webservice soapclient in php?

Howtoconsumethiswebservicesoapclientinphp???Itriedthecodebelowandgavethefollowingerror.Code$client=newSoapClient('http://www.smsviaweb.com.br/SMSVIAWEB.asmx?wsdl');$params=array('Login'=>'xxxxx','Senha'=>'xxxxx','Telefone'=>'xxxxx','Me...
asked by 12.04.2018 / 18:11
0
answers

How can I use nginx to redirect soap requisitions

I have a web server hosted on a server that uses nginx and another server that has a SOAP api. I would like every wsdl request that came to the web server (nginx) to be forwarded to my wsdl server, is it possible? Thank you.     
asked by 08.03.2018 / 13:48
0
answers

Creating Web Services (Soap / XML) Delphi

I'm trying to create a web service (SOAP) in Delphi that returns the sum of 2 numbers. But when I create the .exe and I set up the virtual directory folder to run it I get this image As a beginner in Delphi I can not detect the error. u...
asked by 09.03.2018 / 18:09
0
answers

Query to the Web Service of the City of São Paulo always returns "Request XML Message of the service without content"

I'm trying to get the service invoices issued against my company in the city of São Paulo and the return is always error 1102 "Request XML message of service without content." I'm using a Chrome plugin called Boomerang so that I can actually...
asked by 22.03.2018 / 15:32
0
answers

How to consume a wsdl using cxf

Hello, I have this wsdl link and I need to consume using cxf to sign and encrypt, someone has any idea how to do it? I tried to follow some tutorials, but without success, for example link . Thank you!     
asked by 06.03.2018 / 13:58
0
answers

Add Header Soap using ws-security

blz. See if you can help. I need to make a consumption of ws soap using ws-security, but the implementation is quite different from what I researched so see below: <soapenv:Header> <wsse:Security xmlns:wsse="http://docs.oasis-open.o...
asked by 05.03.2018 / 18:02
0
answers

Process XML with specific formatting in webservice asmx

I'm working on an integration project and need to do a webservice (it has to be in .asmx) to process the XML of this request: POST /dSoapServiceSoapBindingService.asmx HTTP/1.1 Host: www.meusite.com User-Agent: gSOAP/2.8 Content-Type: applicat...
asked by 25.02.2018 / 04:39
1
answer

Check if a string is null or empty in XSLT

I have this XML code snippet and I need to check if it is empty: <CNPJ> <xsl:if "cnpjContratado"!=NULL> <xsl:value-of select="cnpjContratado"/> </xsl:if> </CNPJ> <CPF> <xsl:if "cpfCont...
asked by 14.02.2018 / 22:37
0
answers

Problem when querying table by WebService

So, I'm creating a WebService in Java, after creating the class to connect to MySQL database and the class "UserData" to run the application I solved testing using soapUI, when I do the test it claims to me the error: / p> <faultstring>Th...
asked by 15.02.2018 / 20:37
0
answers

Pass parameter to SOAP

When trying to make a request in a WS SOAP, the request works, but the parameters do not. Code: $allquery = $request->getQueryParams(); $unidade = $allquery['unidade']; $sub = $allquery['sub']; $senha = $allquery['senha']; $soapcliente = ne...
asked by 31.01.2018 / 19:15