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.
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...
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...
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!
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...
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...
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...
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...
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...