Questions tagged as 'soap'

1
answer

After triggering a pdf download service on jmeter, can the "badly formatted" response be a pdf? If yes, how?

I'm working on a stress test where I download a file, in a very simple GET service: / api / report / XXXXXXXX / user / 23452 / file / 9989 / download Everything happens OK, I wonder if the download response, which comes with characters of...
asked by 28.11.2018 / 21:35
1
answer

How to expose only a few columns of the table in a WebService via SOAP?

How can I display only a few columns in a WebService? Home Example: I need to expose only the Name and AboutName of the table: public class Cliente { public string Nome {get; set;} public string SobreNome {get; set;} public...
asked by 04.10.2018 / 21:49
1
answer

Register Header on a SOAP service reference in C #

I would like support. I'm having serious problems with a client. I have a C # application that fetches data from a system and sends it data to a SOAP service. This SOAP service requires a header: <soapenv:Header> <wsAutenticacao>...
asked by 19.09.2018 / 21:16
1
answer

"SoapWrapper" does not work with laravel

I'm trying to consume a WS via application in laravel 5.6. This is the test code: namespace App\Http\Controllers; use SoapClient; use Artisaninweb\SoapWrapper\Facades\SoapWrapper; use Illuminate\Http\Request; use App\Soap\Request\GetConvers...
asked by 24.05.2018 / 09:00
1
answer

Authentication error in WSDL

using phptester to test the following code: <?phptry { $opts = array( 'http' => array( 'user_agent' => 'PHPSoapClient' ) ); $context = stream_context_create($opts); $wsdlUrl = 'http://ws.portaledu.com.br:8051/wsCons...
asked by 24.05.2018 / 19:11
1
answer

Send two txt fields via soap using PHP

I need to get the values of two fields from a file in .txt and send via Soap . Soap is already working, when I enter the Barcode and absoluteQuantity it sends the correct value, but now I need to make this field be fed by t...
asked by 14.09.2017 / 20:14
1
answer

Extract attributes from an XML in a SOAP message

I'm building a WebService that returns status of an object, so I get the object's data to search the base via SOAP message: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:agr="http://site.temp.br/">...
asked by 30.06.2017 / 06:03
1
answer

CTeDistribuicaoDFe - Problems querying webservice

I'm trying to query the webservice of the Sefaz. " link " I'm getting the error below:    "403 Forbidden - Access Denied". The message seems to be clear, but I am passing a valid digital certificate. Follow the code snippe...
asked by 28.03.2017 / 15:48
2
answers

SOAP error after changing php from 5.3 to 5.5

Good afternoon, I ran a php upgrade on my server and one of my scripts stopped working. Error presented is this: thrown in /home/brewhead/public_html/catalog/model/shipping/jadlog5.php on line 65 [07-Dec-2016 21:13:08 America/Sao_Paulo] PHP...
asked by 08.12.2016 / 18:17
1
answer

Android consuming web service soap

I'm developing an application to fetch on the response server, I send the ticket number and its type. But when I send the data he does not send me a return, what can I be doing wrong? package br.com.testes.webservicesoapxml; import android.os...
asked by 26.09.2016 / 21:23