Questions tagged [wsdl]

Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service. It describes the available web service methods, the message request and response structures, the possible faults, and the communication and security requirements. This tag does not refer to any tool named "wsdl", such as WSDL.EXE from Microsoft.

Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service. It describes the available web service methods, the message request and response structures, the possible faults, and the communication and security requirements.

This tag does not refer to any tool named "wsdl", such as .

See:

WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint. Related concrete endpoints are combined into abstract endpoints (services). WSDL is extensible to allow description of endpoints and their messages regardless of what message formats or network protocols are used to communicate, however, the only bindings described in this document describe how to use WSDL in conjunction with SOAP 1.1, HTTP GET/POST, and MIME.

SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined datatypes, and a convention for representing remote procedure calls and responses. SOAP can potentially be used in combination with a variety of other protocols; however, the only bindings defined in this document describe how to use SOAP in combination with HTTP and HTTP Extension Framework.

WSDL Reading, a Beginner's Guide

9291 questions
28
votes
2 answers

tns appearing in Web Services schema

I'm using JAX-WS for running some sample Web services. After publishing the web services, when I typed the WSDL URL, I could see the WSDL document. WSDL document refers a Schema document that goes like this:
Vicky
  • 5,380
  • 18
  • 60
  • 83
28
votes
2 answers

WCF proxy generation: svcutil.exe vs wsdl.exe

I have .wsdl and .xsd files from WebService and need to generate proxy by them. Svcutil.exe and wsdl.exe generate very different output. What is the difference between these two tools for proxy generation and which way is more preferable?
Sergey Moshkov
  • 491
  • 1
  • 4
  • 13
28
votes
9 answers

Location of WSDL.exe

I recently heard of WSDL.Exe, but I am not sure where to find this program. Does anyone know where I can find or download it?
Bernhard
27
votes
9 answers

WSDL/SOAP Test With soapui

I have tested my web services (wsdl/soap) with soapui. and i have the errors : http/log : error 400 BAD REQUEST. What can be the error please with my wsdl ? error/log : un Jun 05 14:10:37 CEST 2011:ERROR:javax.wsdl.WSDLException: WSDLException (at…
samir
  • 4,501
  • 6
  • 49
  • 76
27
votes
4 answers

Web service client given WSDL

I am trying to create a web service client in Java. I am not aware of how to do it. This is a URL for WSDL: https://testservices.gatewayedi.com/PayerList/payerlist.asmx?wsdl This is the WSDL:
user506518
  • 271
  • 2
  • 4
  • 4
27
votes
1 answer

SOAP Encoding is not supported

I have WSDL url like with below format and that seems is correct. After using wsimport in terminal for parse that I get an error: Run from terminal: tux-world@alachiq:~/Desktop/Project/java > wsimport -keep -s wsdl/…
DolDurma
  • 15,753
  • 51
  • 198
  • 377
26
votes
5 answers

Controlling JAX-WS wsdlLocation attribute value's (absolute path) with jaxws-maven-plugin

I have a JAX-WS-driven web service whose WSDL we generate a web service client from in another Maven module (which I'll call ws-consumer). For better or worse, we copy the "published WSDLs" (the version of the WSDL & XSDs that the service…
Alex
  • 8,093
  • 6
  • 49
  • 79
26
votes
10 answers

Uncaught SoapFault exception: [HTTP] Error Fetching http headers

I'm trying to create a soap connection to Magento's web services, however I'm getting an error when I try and create an instance of the soap client class. I can view the wsdl file in firefox without problems and I can watch php make the request for…
Remy
  • 1,414
  • 4
  • 20
  • 29
26
votes
7 answers

How to generate java classes from WSDL file

I am working towards an android application. I need to use a web service. I have a wsdl file but I want to convert that into java so that I can use its functions in my Java programs. Is there any way of converting a wsdl file into Java?
Farhan
  • 3,206
  • 14
  • 49
  • 62
26
votes
7 answers

Android WSDL/SOAP service client

I have some web services that uses WSDL/SOAP for communication. Specifically, I am using PHP and Nusoap to make them. How can I use these web services on Android? I am going to get a new Android phone soon, so I need to know. It is easy to do it…
QAH
  • 4,200
  • 13
  • 44
  • 52
26
votes
5 answers

How to call a web service with no wsdl in .net

I have to connect to a third party web service that provides no wsdl nor asmx. The url of the service is just http://server/service.soap I have read this article about raw services calls, but I'm not sure if this is what I'm looking for. Also, I've…
MaLKaV_eS
  • 1,325
  • 3
  • 23
  • 39
25
votes
14 answers

SOAP PHP fault parsing WSDL: failed to load external entity?

I'm trying to run a web service using PHP & SOAP, but all I'm getting so far is this: (SoapFault)[2] message which states: 'SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost/MyRegistration/login.xml' : failed to load external entity…
user1743679
  • 351
  • 1
  • 3
  • 3
24
votes
5 answers

Adding comments to a WSDL output from WCF/.Net

based on the WSDL spec from W3 there is the possibility to add "wsdl:document" tags to the WSDL output so that people using that webservice have a better explanation/documentation about this webservice. Does anybody know how to make WCF use these…
michaelh
24
votes
6 answers

Web Services in C and C++

I want to host web services in an existing C/C++ application. What is the best solution? I would like a solution similar to what JAX-WS does for Java. Specifically revolving around SOAP requests. Any personal experience with available solutions?
mainstringargs
  • 13,563
  • 35
  • 109
  • 174
24
votes
2 answers

Introspecting a WSDL with Python Zeep

I am attempting to use Zeep to describe the operations and types in a given WSDL, so that a program knows the operation names, their parameter names, the parameter types, and parameter attributes. This info will be used to dynamically generate a UI…
jesse_galley
  • 1,676
  • 4
  • 18
  • 30