Questions tagged as 'soap'

0
answers

How to consume e-social webservice with php

Hello, I'm challenged to make a system communicate with e-social webservice using php with laravel framework, but I have no clue how to proceed. The system is used to register employees. I made the following test with the php SoapClient class...
asked by 02.11.2018 / 08:19
1
answer

PHP SOAP - SOAP-ERROR

Good afternoon Guys, I'm doing a WEBSERVICE to consume an API from a company. But with the code below the return is always "SOAP-ERROR: Encoding: object has no 'Active' property" I do not know what else to try anyone can give a tip. <?php...
asked by 24.10.2018 / 20:34
0
answers

Web Server SOAP data interception

So, I aim to get a copy of a return NF through the web server, however I have no experience with it. How can I after an NF is generated, on its return, by its key, get a copy of the .XML file and play this file inside a folder, such as a copy?...
asked by 23.10.2018 / 08:12
0
answers

Use SPC webservices

Hello everyone. I'm trying to get the web service method, but it prints the following result: Array ( [faultcode] => S:Client [faultstring] => org.xml.sax.SAXParseException; cvc-elt.1: Cannot find the declaration of element 'ns76...
asked by 10.10.2018 / 03:49
0
answers

Is Point in Attribute of Model Class possible?

This is an xml schema for requesting a WebMethod: <RetrieveClienteRequest> <model query=""> <keys query="" > <cliente.cnpj type="String"></cliente.cnpj> </keys> <...
asked by 05.10.2018 / 14:15
0
answers

Perl SOAP :: Lite, problems mounting complex request

I'm trying to consume an API using Perl + SOAP :: Lite, for simple requests I can consume the API and get the result, however I need to make a more complex request to access a given API service and I'm having problems. Below is the code I'm w...
asked by 17.09.2018 / 14:08
2
answers

Error consuming WebService SOAP in php

I'm having a difficulty getting a WebService in PHP, whenever I make the request via SoapClient I get the following error message:    'NoneType' object has no attribute 'unmarshall' The call is being made as follows: $conta = 'conta'; $...
asked by 15.09.2016 / 17:27
2
answers

Apache / PHP server does not respond while doing SOAP request

I'm working on a PHP application that consumes a third-party Web Service through SOAP requests. But something that is messing up is that while one page is doing a SOAP request no other page responds. Is there a way to make the request retrieving...
asked by 30.03.2015 / 16:33
0
answers

Specify the size of a property in a Class that inherits TRemotable SOAP

I made a standalone SOAP WebService. I created a Class(TRemotable) : TFornecedor = Class(TRemotable) private Fsistema : Integer; Facao : AnsiString; Fcodigo : AnsiString; FFantasia : AnsiString; publish...
asked by 03.09.2018 / 17:11
1
answer

Error trying to perform Soap request with SoapClient

I'm having trouble making requests to a webservice using PHP's SoapClient (library). The SOAP-ERROR: Encoding: object has been returned in the 'Client' property . Any idea what that might be? Here is the code used. Class php:      /** *...
asked by 03.08.2018 / 20:05