Hi Guys, probably is a dummy question, I am just starting on SOAP subject, I work in a bank and we are connecting with a third party webservice and I wonder if this company has to provide us the WSDL or we need to create it?
Solved! Go to Solution.
@TDBank I've found a nice article that describes WSDL like this:
>>
What is a WSDL?
WSDL, or Web Service Description Language, is an XML based definition language. It’s used for describing the functionality of a SOAP based web service.
WSDL files are central to testing SOAP-based services. SoapUI uses WSDL files to generate test requests, assertions and mock services. WSDL files define various aspects of SOAP messages:
You may consider a WSDL file as a contract between the provider and the consumer of the service. SoapUI supports 1.1 version of the WSDL specification and corresponding bindings for SOAP versions 1.1 and 1.2.
This article explains how to work with WSDL files in SoapUI. If you are looking for a WSDL example, or if you want to learn about the differences between WSDL and WADL, please see SOAP vs REST.
<<
And, here's the description of the SOAP protocol.
I hope this helps you figure out how this works!
WSDL file always consists of the business logic for the client. So, the client's developer has to build WSDL file according to the business requirement. And then willl provide you the WSDl with the keystore information. So, that only the allocated user can only see the details for the WSDL. For example :-
https://footballpool.dataaccess.eu/info.wso?WSDL WSDL is opne for everyone. Anybody can import this and use this.
@nmrao - you can provide more details. if you have any.
Thanks avidCoder, nmrao!
Hi @TDBank , was the community able to answer your question?
@TDBank I've found a nice article that describes WSDL like this:
>>
What is a WSDL?
WSDL, or Web Service Description Language, is an XML based definition language. It’s used for describing the functionality of a SOAP based web service.
WSDL files are central to testing SOAP-based services. SoapUI uses WSDL files to generate test requests, assertions and mock services. WSDL files define various aspects of SOAP messages:
You may consider a WSDL file as a contract between the provider and the consumer of the service. SoapUI supports 1.1 version of the WSDL specification and corresponding bindings for SOAP versions 1.1 and 1.2.
This article explains how to work with WSDL files in SoapUI. If you are looking for a WSDL example, or if you want to learn about the differences between WSDL and WADL, please see SOAP vs REST.
<<
And, here's the description of the SOAP protocol.
I hope this helps you figure out how this works!