Most voted "wsdl" questions
WSDL, English acronym for Web Services Description Language, is an XML-based language used to describe Web Services functioning as a service contract, which in addition to describing it in detail, specifies how to access itand what operations or methods will be available.
Learn more…59 questions
Sort by count of
-
22
votes2
answers30102
viewsWhat is WSDL (Web Services Description Language)?
Related to: Web Service Type Differences: SOAP, REST, XML What is WSDL? What is your relationship with REST and SOAP? Where I find the WSDL documentation?…
-
10
votes1
answer10326
viewsConnect the webservice with SOAP in PHP
I’m trying to connect to the webservice but it’s not working. wsdl address is http://91.205.172.97/globalsight/services/AmbassadorWebService?wsdl PHP code: <?php if (!class_exists('SoapClient'))…
-
9
votes1
answer1024
viewsGenerate classes with XSD or import WSDL [ANS / TISS]
To ANS provides the files .XSD, and the .WSDL for the implementation of the protocol TISS. Sand I type the code by . XSD, I have the classes structured correctly. Example: namespace TissV3 { class…
-
7
votes2
answers930
viewsUnderstanding the documents of a SOAP web service
I am working with a system that offers integration through web service, more precisely SOAP. He provides me with some Urls, which, from what I understand, provide access, describe and document the…
-
6
votes3
answers838
viewsCustom tool Warning: Cannot import wsdl:portType
I can’t use the ServiceReference after successfully importing. After performing the import, write the class and use your methods in the build occur the Warnings: Warning 1 Custom tool warning:…
-
5
votes2
answers1319
viewsError generating files/classes from a Netbeans Web Service
I am trying to generate files/class from a Web Service and bring it to my Java project. For this I am using Netbeans IDE 8.0.2 At first I’m getting the message "Uma classe/interface com o mesmo nome…
-
4
votes1
answer845
viewsSIGEP WSDL problem
I am at a time with a project of the post office, I had to make a connection with the webservice SIGEP WEB, I found something already in development in, I was using the same and everything OK, from…
-
4
votes1
answer3193
viewsJava SOAP webservice authentication engine
I am building a Java webservice (wsdl) that will be consumed via SOAP. I need to implement a form of authentication in each method of the webservice so that each request is tested if the source is…
-
3
votes0
answers349
viewsSet PHP Soapclient custom parameters
I am consuming an external webservice via PHP and the same requests authentication in a different way, the login and password has to be passed within XML. But I can’t authenticate. The call for…
-
3
votes1
answer332
viewsDelphi class with optional full-type field
The question is: how should I build my TPESSOA class so that the _id_city field can be null. Database Create Table PESSOA ( ID INTEGER NOT NULL, NOME VARCHAR(100) NOT NULL, ID_CIDADE INTEGER) No…
-
3
votes1
answer2879
viewsConsume wsdl webservice in java
I need to consume a wsdl webservice but I do not know how to load a method and pass the parameters inside that webservice to return me the desired value. This is the webservice: This XML file does…
-
3
votes2
answers803
viewsSOAP request showing error
I’m trying to perform a SOAP request on http://www.ieptb.com.br/ws/serverTabelionatos.php. However I am not able to successfully complete the request. The only information you provide me is: Name:…
-
2
votes0
answers127
viewsHow to read the specifications of a REST Web Service
Hi, I need to create a project with consists of consuming a REST web service, where consuming this web service I need to generate an XML with its information/specifications, what are its methods,…
-
2
votes1
answer4304
viewsDifference between WADL and WSDL
Simply put, what is the difference between the WSDL and WADL specifications, as far as they are concerned: Access Method Limitations I still don’t understand when I should use one or the other.…
-
2
votes1
answer1199
viewsWhen I use an "Endpoint" class to publish a Web Service, where is the WSDL created?
For example, I have 3 classes in my Web Service: 1 - A SEI (the web service interface): package calc; import javax.jws.WebService; import javax.jws.WebMethod; import javax.jws.soap.SOAPBinding;…
-
2
votes1
answer1029
viewsPHP - Consume webservice with XML via SOAP
I’m having problems with array in php. I need to send an xml via Soap to the webservice with some product items, but a tag is bringing me questions. The wsdl manual has an xml like this:…
-
2
votes3
answers3159
viewsAdd SOAP Header to SOAP C#
I’m trying to add a header customized in one service SOAP using C#. I’ve searched everything and I can’t find a solution that works. I’m adding the service by Web References of C#. I’ve tried to do…
-
2
votes1
answer2871
viewsGet values from within stdClass array stdClass
I have this class where I can query and return data from an external webservice: $params = array( 'usuario' => $usuario, 'senha' => $senha, 'quantidade' => 2 ); $wsdl =…
-
2
votes1
answer886
viewsError during deserialization of the body of the response message to the operation - WSDL
I am new to implementing services as a reference, and I see myself at the moment at a dead end. I can successfully test the call to the service via Postman. It is worth saying that a certificate is…
-
2
votes2
answers4027
views -
2
votes0
answers155
viewsWSDL soap with PHP giving error
I have the following code try { $client = new SoapClient("link.wsdl"); $function = "METADOPRINCIPAL"; $arguments = array( 'METADOPRINCIPAL' => array( 'Msg' => array( 'Transacao' => array(…
-
2
votes1
answer2189
viewsPython: SOAP requests, how to request a wsdl
Hello, I have a wsdl (https://ws1.bmgconsig.com.br/webservices/SaqueComplementar?wsdl) and need to make requisitions, but do not know how to do the treatment of headers and body based on wsdl. the…
-
1
votes2
answers914
viewsConsuming data from an external web service, how to instantiate the classes after the "import" of the WSDL?
I have no knowledge in WEB-SERVICES, this being the first time I’m using. After a lot of research I was able to "import" the WSDL file into java and with it "map" all classes of the Web-Service, but…
-
1
votes1
answer6999
viewsconsume webservice wsdl with php
Hello, I’m having a question, I don’t know where to start to consume the webservice, I have implemented other simpler webservices, but this I have doubts about the fields that are list: ,…
-
1
votes1
answer512
viewsIssues with nfe WSDL import
I’m having an error that I can’t figure out what it is. I took the SWDL from Nfeauthorization (homologation) and used the Axis2 to generate the classes. I solved some import and lib problems, but…
-
1
votes2
answers301
viewsConsuming web service wsdl . net framework 2.0
When generating the request with all the correct parameters I have error return 307 Temporary redirect. Someone knows tell me what this error represents ?
-
1
votes0
answers43
viewsLinks WSDL: Gravataí
Next, I need WSDL links to Gravataí, I’ve searched the manuals and site of the city and the developer (IPM) but there are only php links. I contacted them and again: Only php links. Someone who…
-
1
votes1
answer70
viewsShare on a web service with the client
I created a web service where there are numerators to keep track of an attribute of the whole type, I would like to know how to access this enumerator of another project in which I am using this web…
-
1
votes0
answers508
viewsHow to mount an XSD from the wsdl query?
Objective: to assemble the XSD in blocks in the eclipse of the consultation to the webservice below: https://valadares.sigiss.com.br/valadares/ws/sigiss_ws.php?wsdl XML is generated: <definitions…
-
1
votes1
answer940
viewsConsume Webservice passing object as parameter
I have the Webservice and send the object Cliente as a parameter, I would like to know how to make it work, and it create a suitable WSDL when running Server, so I can make the call on a Client…
-
1
votes0
answers294
viewsNF-e in Delphi accessing WSDL
NF-e in Delphi accessing WSDL. I am not experienced in accessing WSDL servers, nor Nfe. I have available some encapsulated methods informed to be used in Delphi. The method I’m trying to access is…
-
1
votes1
answer259
viewsDeclare XML namespaces in classes imported by WSDL (Jax-Ws)
I’m developing a Webservice application using Jax-Ws. In this model after importing the WSDL the IDE generates the classes that will be used in the information exchanges. But when creating the…
-
1
votes1
answer614
viewsError while sending Nfe
I’m trying to send Nfe using the SEFAZ RS webservice, but this generating some errors when I call the method nfeAutorizacaoLote. It seems that the error is in the configuration of the webservice.…
-
1
votes0
answers294
viewsWeb Service Soap Server - WSDL - Java Eclipse
I know that there is already a lot of blog post related to web service in java and also know that there have been many questions with this problem. But I tried every way and I couldn’t fix it, so…
-
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
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
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
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.…
-
0
votes1
answer480
viewsNUSOAP - WSDL STYLE DOCUMENT/LITERAL
Currently I have 2 webservices running in hospitals that work perfectly with STYLE RPC/ENCODED but we will implement in a software for a factory and there they have problem to consume this type of…
-
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
votes2
answers1178
viewsHow to define Enumeration in JSON
I have the following enumeration on XSD for a WSDL <xsd:simpleType name="tipoDocumento"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="INICIAL"/> <xsd:enumeration…
-
0
votes1
answer294
viewsWSDL - Object Reference not set to an instance of an Object
In the code below the lReturn variable must contain a string with an xml returned from the web service, but the value returned by lRetorno:= ws.WS_Eleg_Portador(ws_aux); is being the message 'Object…
-
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
votes2
answers6384
viewsConsume web service (WSDL) in PHP
I don’t have much practical experience with web services. I need to use some methods of this: https://epfweb.safra.com.br/WCF/SvcContratos.svc?wsdl Could someone help me in how to connect with it in…
-
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
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
votes1
answer115
viewsI am unable to access a Webservice written in C#, from Java
I have a Webservice written C# and need to connect to it from Java to invoke some methods. It is possible? import java.net.MalformedURLException; import java.net.URL; import java.util.logging.Level;…
-
0
votes1
answer2008
viewsRecover WSDL from Webservice Nfe ASMX
How I recover the WSDL from this service: https://nfe.fazenda.sp.gov.br/ws/recepcaoevento.asmx I need the WSDL to add it through Netbeans, there I can only add the WSDL and this is final asmx. EDIT:…
-
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]…
-
0
votes2
answers511
viewsWsimport of multiple equal services with various unnecessary operations
In Java, I am using the wsimport tool. The process works. However there are some problems. I have to wsimport into the services of several different suppliers (all of them third parties, I have no…