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
-
0
votes1
answer1118
viewsConnection Webservice SOAP HTTPS PHP ( Santander )
I am trying to connect to a SOAP webservice using a php client. The client I ride like this: $client = new SoapClient('https://urlwebservice?wsdl); When I call the function:…
-
0
votes1
answer360
viewsWEBSERVICE ASP.NET Method not found
I have a problem in a webservice that I created and I tried several adjustment options and could not solve. I have the list of Methods available according to the image below When I select the VAPS…
-
0
votes0
answers96
viewsAccess type webservice methods with php
I have a wsdl that returns to me all the information necessary for consumption. It is a corporate system and I need to access the part related to searching for a flight itinerary, to fill a search…
-
0
votes0
answers178
viewsWSDL WITHOUT passing parameters
Good morning, I have an XML script to consume data from a webservice, but it comes all ready, no need to pass parameters like user and password. Can someone help me? one of the examples of…
-
0
votes0
answers260
viewsSefaz Webservice status in PHP
Can anyone tell why this query script returns nothing (neither error nor response)? Grateful! try { $wsdl =…
-
0
votes0
answers33
viewsProblems migrating Java 11 with CXF
I am migrating my application that is on Java 8 and CXF 2.7.10. I upgraded the Java version to 11 and CXF to the latest version. However, when generating WSDL the results are different. Another…
-
-1
votes1
answer673
views2 Counts of Inaccessiblewsdlexception
I am developing an application that consumes a third party web service. When I run the application via Eclipse it works perfectly. But when running via command line, the error "2 Counts of…
-
-1
votes1
answer438
viewsError while performing a SOAP request
Hello, good afternoon! I’m trying to perform a SOAP request with the TNT webservice, but I’m getting a bug and I don’t know what to do. Just follow my code: $cliente = new…
-
-1
votes1
answer136
viewsHow do I "settar" the digital certificate, when implementing wsdl from Sefaz, via cmd wsimport?
Hello, I’m trying to implement the java classes, by wsdl of the Sefaz web service, via cxf wsimport. As you all know, to consume Sefaz web services, you need to have a digital certificate, and I do.…