Most voted "soap" questions
SOAP (Simple Object Access Protocol) is a protocol for the exchange of information structured on a decentralized and distributed platform.
Learn more…222 questions
Sort by count of
-
1
votes1
answer660
viewsWeb Service consumption in SOAP standard with XML sending as parameter in PHP
I am developing an application of integration between the city of my city and a system for a company, to optimize the generation of NFS-e. It consists of using the city’s Web Service to send, using…
-
1
votes2
answers1138
viewsSOAP client.php
Good morning. I’m trying to mess with SOAP Web Service but I’m having problems. When I run client.php in the browser it doesn’t work. Does anyone know how to solve? php server. <?php $options =…
-
1
votes1
answer92
viewsReturn from Webservice does not respect the namespace of my own WSDL
Hello! I’m starting now in the world of Webservices. I made a WS in the eclipse Wizard using Axis 1 (if I’m not mistaken), in the style "Bottom up": No eclipse, positioned in the class that will be…
-
1
votes0
answers634
viewsConsume PHP Web Service
I’m trying to consume a Web Service and I’m not getting the expected results. Apparently the mistake I could understand is in the structure as I’m going through the Vector of arguments to call the…
-
1
votes0
answers664
viewsNode Js - Node-Soap
I have a Soap client with the following nodejs code: var soap = require('soap'); var url = 'bin/NfeStatusServico2.wsdl'; soap.createClient(url, function(err, client) { client.setSecurity(new…
-
1
votes1
answer114
viewsCast in a Soapobject
I have the following code to consume one WebService: public List<Convenio_Conselho_Grid_BD> Pesquisar_Convenios(int pCodigo_Entidade) { SoapObject request = new…
-
1
votes1
answer103
viewsDoubt about past information on SOAP
I am researching the operation and use of the SOAP protocol, but I came across some doubts in the structural part of the protocol. I’ve been working on low-level language programming for…
-
1
votes2
answers1604
viewsServer Did not recognize the value of HTTP Header Soapaction
I am trying to implement a webservice of a software called Smartertrack only that I am not succeeding... give me the following error: Server did not recognize the value of HTTP Header SOAPAction:…
-
1
votes3
answers1897
viewsProblem consuming Datasus webservice in PHP
Follows the code: <?php $client = new SoapClient('https://servicoshm.saude.gov.br/cadsus/CadsusService/v5r0?wsdl'); $function = "Pesquisar"; $arguments = array("Pesquisar" => array(…
-
1
votes1
answer996
viewsError consuming webservice wsdl with PHP
I am the days with this problem, I need to consume a wsdl webservice with php. Follows my code $cliente = new SoapClient('http://ws.tntbrasil.com.br:81/tntws/CalculoFrete?wsdl'); $funcao =…
-
1
votes0
answers431
viewsCreate function that receives an XML in the SOAP Server (Delphi)
Good morning. Reading several files, tutorials, etc on the net, I managed to understand and develop a SOAP server (Delphi 7 and Tokyo). I created several functions to receive values and return…
-
1
votes2
answers2847
viewsSEFAZ - Nfedistribuicaodfe - c# - Console Application
I already inform that I do not understand much of SOAP or XML and I’m only posting the question before studying a lot, because I’m on a very tight deadline. I need to make an appointment at SEFAZ on…
-
1
votes1
answer1432
viewsBasic Auth to authenticate webservice Soap - PHP
I am having a problem with authentication when I try to consume a web service Soap. When entering the url in the browser, a dailog is shown asking for user and password. However, I need to do this…
-
1
votes0
answers296
viewsError with the certificate when issuing NFC-e
I am trying to issue a tax coupon in PHP by ultilizing sped-nfe. XML files are being generated. Signed Xmls are also, at the time of sending the recipe, I get the following error: {"error":"Envio:…
-
1
votes1
answer813
viewsPHP SOAP - SOAP-ERROR
Good afternoon Guys, I’m doing a WEBSERVICE to consume a company API. But with the code below the return is always "SOAP-ERROR: Encoding: Object has no 'Active' Property" I don’t know what else to…
-
1
votes0
answers1535
viewsHow to consume a java SOAP Web Service that requires User and Password?
I am trying to consume a SOAP web service using Netbeans IDE (JAVA), but when I try to delete a list it returns null to me. Talking to a colleague, he told me that it is for lack the user and…
-
1
votes0
answers665
viewsPost post Submission with Axios
Hello, I’ve been bumping my head to solve a problem with sending a POST request from a SOAP envelope with Xios, I send the same XML with the same Reset by POSTMAN and it works pretty good, but when…
-
1
votes0
answers35
viewsDoubt Code (Charset) Soapclient Laravel
I would like to understand the reason for this difference in a consultation using the SOAP: In an application the SOAP query returns a string in format ASCII, with special characters of shape of ??…
-
1
votes1
answer154
viewsIntegration webservice ADVPL x SOAP
I’m developing an integration with a particular city and I’m getting the following feedback when I run by SoapUI. Could someone help me? <s:Envelope…
-
1
votes0
answers435
viewsWebservice PHP WSDL XML
Hello, I’m developing a PHP system where I manage my court cases. I would like to receive the process movements automatically, so I saw that there is a Webservice to facilitate this functionality.…
-
1
votes2
answers340
viewsHow to communicate with SOAP webservice
I am trying to communicate with a SOAP Webservice. I was able to communicate using SOAPUI as image: I am developing this communication in c# as follows: try { var service = new…
-
1
votes1
answer141
viewsHow to make a Soap call on . Net Core
I am trying to consume an external service that receives an xml Soap, but always returns error 500 (Internal server error). But if I test via SOAPUI works normally. I have tested several types of…
-
0
votes1
answer246
viewsPHP: Functions, Parameters, SOAP
I have the following code with two functions: public function getClientTemplates(){ $client_id = 31; $this->Send('client_get', compact(array('client_id'))); } public function Send($action,…
-
0
votes1
answer77
viewsHow to insert Droidsoapclient library into my Android application?
I’m having difficulty importing the library Droidsoapclient in my application, I use Android Studio to develop and I’m inserting this library in the folder Main, but it seems that the import is not…
-
0
votes0
answers579
viewsError while consuming webservice
I’m having doubts about how to pass the parameters to consume a webservice. The way I’m doing it, I got the error back down: Fatal error: Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding:…
-
0
votes2
answers474
viewsConsume PHP/SOAP Webservice on Android
I am developing an Android application that consumes a PHP webservice through ksoap2 library. I am currently consulting the webservice with a class that extends an Asynctask. Only because she does…
-
0
votes1
answer136
viewsHow do I send the input response to soapUI
My code: <html> <head> <title></title> <script type="text/javascript"> function valor() { var form1 = document.frm; var dados = form1.dados.value; if (dados ==…
-
0
votes1
answer378
viewsProblems when consulting a table for a webservice
I made a web-service I can find all services when I access the localhost in the browser but opening in SOAPUI and trying to make a query by all occurs the following error in SOAPUI?…
-
0
votes1
answer116
viewsInsert soapui into a webservice
when I try to make an Insert using soapUI the following error occurs: org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544347. validation error for column CON_CODIGO, value "*** null ***" at…
-
0
votes1
answer214
viewsProblem when trying to consume the webservice on android
I am trying to make a query through android in a database Firebird, the webservice is working perfectly but when trying to make the query through the application it generates the following error:…
-
0
votes2
answers580
viewsError consuming Webservice SOAP in php
I’m having a hard time consuming a Webservice in PHP, whenever I request via Soapclient I get the following error message: 'Nonetype' Object has no attribute 'unmarshall' The call is being made as…
-
0
votes0
answers51
viewsUse of framework in java web project
I have a java project that runs services (SOAP/REST) and we have a framework that supports this, generates report, makes REST calls and so on, and I also have a java web project (Javaee) that…
-
0
votes1
answer199
viewsXML SOAP -> WEBSERVICE REST
I wonder if it is possible to send an xml in the SOAP pattern to an "endpoint" in REST? Or if the best way would be to create Webservice in SOAP so as not to mix the protocols? I ask this, because…
-
0
votes0
answers109
viewsSOAP Response Returning NULL
I am communicating with a SOAP webservice, through the IDE I can execute the calls of the methods and capture the values perfectly, however, by executing the . jar generated by Intellij, all returns…
-
0
votes1
answer2192
viewsJava Web Service SOAP with objects
Hello, I am learning to use web-services and I stopped with a problem, maybe it is something silly, but I did not find solution, I am hosting my application in Heroku and I will leave here the…
-
0
votes2
answers106
viewsDefinition of WSDL raising exception
Hello, I’ve been trying for a few days to define a wsdl of a component that uses SOAP for a SOA project that mixes several types of services, integrating them with Camel. But I’m caught in a problem…
-
0
votes1
answer211
viewsCheck whether a string is null or empty in XSLT
I have this snippet of XML code and I need to check this blank: <CNPJ> <xsl:if "cnpjContratado"!=NULL> <xsl:value-of select="cnpjContratado"/> </xsl:if> </CNPJ>…
-
0
votes1
answer21
viewsHow to expose only a few table columns in a Webservice via SOAP?
How to expose just a few columns of in a Webservice ? Example: I need to expose just the Name and Surname table: public class Cliente { public string Nome {get; set;} public string SobreNome {get;…
-
0
votes1
answer1067
viewsConsuming Webservice SOAP with PHP - Header problem
I am trying to consume a SOAP webservice using PHP but the access returns me message stating that the user validation was not done correctly. The XML I need to send is the following:…
-
0
votes1
answer83
viewsAfter starting a pdf download service in jmeter, the "badly formatted" Sponse can turn into a pdf? If so, 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’s answer, which…
-
0
votes0
answers607
viewsConsume multiple Webservices with PHP at the same time (SOAP and REST)
Basically, I need to consume several Web Services and then merge the results. I was using Curl with PHP to make the requests, but as the number of Web Services increased, my service became slower,…
-
0
votes0
answers118
viewsPHP Soap Object Reference not set to an instance of an Object
I am trying to log in to a URL and the following error appears: Object Reference not set to an instance of an Object. Follows the code: <?php $clientSoap = new SoapClient(…
-
0
votes1
answer163
viewsSend object with android object list to SOAP web service in C#, using ksoap2
I send an object containing a list of objects, the web service recognizes the object but does not recognize the list. This is the source code: public RetornoDto GravarRecebimentoNf (NotaFiscal nf,…
-
0
votes0
answers604
viewsphp Soap wsdl connection with certificate
Zero experience with Soap/wsdl and need to consume a web service through php and Soap/wsdl with certificate and private key. Searching, I found this code: $local_cert = "../cert.pem"; $local_priv =…
-
0
votes3
answers843
viewsSoap Request 403 Forbidden
Hello folks please I need your help. I’m trying to send make the connection to the esocial api but I got the 403 return Forbidden, I’m with updated certificate and using jks. Below is the section…
-
0
votes1
answer161
viewsSoapclient PHP Basic Authentication
I’m trying to connect to a web-service using Soapclient, all via it requires user and password for such connection. follows the way I am trying to connect: $wsdl = "XXXXXXXXXXXXXX?WSDL"; $options =…
-
0
votes0
answers1600
viewsWebservice in C# Reading Xml
Good afternoon, I am building a Webservice in C#, I created a method that reads an XML sent as a request and should return the student’s name... The problem I’m actually facing is when I try to…
-
0
votes1
answer164
viewsError connecting with Webservice + Soap + Android
Good afternoon, I am having a problem connecting to the webservice. I am using ksoap2 library. public class CallSOAP { public final String SOAP_ACTION = "http://tempuri.org/yteste"; public final…
-
0
votes2
answers433
viewsBad request on a new iis server
I have 3 servers in production and homologation everything works ok. But on a new server I just created, install all the tools necessary to run Asp.net and put the source code of a web service in c#…
-
0
votes1
answer1259
viewsUncaught Soapfault Exception: [Versionmismatch]
I’m testing a Web Service simple that sends and receives a string, however the server (Apache 2) returns the following error message: Fatal error: Uncaught Soapfault Exception: [Versionmismatch]…