Questions tagged as 'soap'

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

Request error with a complex object

I'm trying to make a request for a webservice. Notice that with SoapUI it works normally But by the Android passing exactly the same data The following error occurred: SoapFault - faultcode: 'soap:Client' faultstring: '...
asked by 16.07.2018 / 19:29
0
answers

Consume data from a WEBSERVICE SOAP

I'm a trainee and I'm trying to consume a webService SOAP, but I do not understand how I can access it, someone can help me with this question please, I looked in google ja but the examples I saw are totally different from what I have, Langua...
asked by 18.07.2018 / 19:19
0
answers

How to use Web Services in Yii 1?

I followed the steps of the tutorial below but I'm having an error when I call via client soap. link DRIVER: <?php ini_set('soap.wsdl_cache_enabled', 0); ini_set('soap.wsdl_cache_ttl', 10); ini_set('default_socket_timeout', 15); i...
asked by 09.07.2018 / 16:56
0
answers

Get XML value with nodes

I'm trying to integrate with webservice from JadLog, however the returned XML does not identify the field I need. The return is received like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="...
asked by 28.06.2018 / 14:50
0
answers

SOAPClient PHP inserting undesirable parameters

I'm in need of some help. I'm trying to make a communication between a PHP page and SOAP from a third-party company, but I have tried a number of ways and I can not resolve it. At the time of sending the XML it is automatically putting tag...
asked by 27.06.2018 / 17:01
0
answers

NFS Integration and São Paulo City Hall returns Bad Request

I'm developing a PHP system to generate NFSe that uses the Web Service of the city of São Paulo, but I'm not able to integrate with the Web Service. Whenever I send an XML message to the Web Service, I get a response with the following informati...
asked by 21.06.2018 / 20:22
0
answers

How to get the PHP SOAP XML before sending?

I was reading about the function __getLastRequest of SOAP PHP and I saw that this function returns the last XML sent in 'POST, but if there is an error I can not get the content sent, because it seems to me that the function...
asked by 16.05.2018 / 17:14
0
answers

Access type webservice methods with php

I have a wsdl that returns me all the information I need for consumption. It is a corporate system and I need to access the related part of the search for a flight itinerary, to fill out an airline search engine. The functions I can access no...
asked by 16.05.2018 / 19:14
0
answers

Consume WS with javascript

I'm using SoapUI to take the WS test: AnotherimagethatshowsauthenticationtoconsumeXML: OnlywhenItrytoconsumethesamexmlonlythroughthejavascript,Icannot(IthinkIlacktechnicalknowledge) $(document).ready(function (){ var url = 'http://SERVIDO...
asked by 09.05.2018 / 00:39