Questions tagged as 'soapclient'

1
answer

WEB Service SOAP instantiate class

Good afternoon, I'm trying to instantiate a class from a WS SOAP but this gives the following error. Hereisthecodeformymethod:publicvoidconsultaOperadoresSafra(){CapturaPropostascapturaPropostas=newCapturaPropostas();ICapturaPropostasiCaptur...
asked by 31.07.2018 / 22:11
1
answer

Error in SoapClient with php 7.1 on shared server

I have the following code that works perfectly on host location: $wsdl ='http://ws.portaledu.com.br:8051/wsConsultaSQL/MEX?wsdl'; $client = new SoapClient($wsdl,array( 'trace' => true, 'exceptions' => true, 'login' => $lo...
asked by 24.05.2018 / 14:59
0
answers

XML with Laravel 5.6

I've made the link step by step but I still have the following error:    Class 'Artisaninweb \ SoapWrapper \ Facades \ SoapWrapper' not found It already includes:    Artisaninweb \ SoapWrapper \ ServiceProvider :: class, and also...
asked by 24.05.2018 / 10:42
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

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

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
2
answers

VS 2015 SOAP does not work, but in SOAPUi it works normal

At the company there is a Service provided through WebService SOAP (IBM BPM) . I can not reply to VS 2015 using the Web Reference a connection to this service. I always get the answer after a long time; The timeout of the operation has been...
asked by 22.01.2018 / 20:31
0
answers

SOAP Web Service

I have a very unusual problem with a SOAP application. I have a simple client to do a consumer test. When I test directly on the view action of the service it returns the result correctly, but when I try to consume the same functionality by a...
asked by 13.11.2017 / 13:54
1
answer

Error in SOAP Request

I've been trying to connect to a WSDL, however, without success. The web service provider passed me a xxx.wsdl file and gave me the credentials for the connection. I've been trying to do the following: $client = new SoapClient('xxx.w...
asked by 18.11.2016 / 14:42
0
answers

PHP7 SOAP problem

I started a project using php 5.6.26 and managed to communicate with the e-frete server via SOAP without any problems. This week I decided to update php to version 7.0.13, and communication via SOAP stopped working. I made several modificatio...
asked by 15.11.2016 / 23:41