WSDL script
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WSDL script
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@TDBank, if you are using a third party service, then you would get a wsdl since you will be the consumer.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks avidCoder, nmrao!
Hi @TDBank , was the community able to answer your question?
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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:
- Whether any element or attribute is allowed to appear multiple times
- The required or optional elements and attributes
- A specific order of elements, if it is required
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!
Sonya Mihaljova
Community and Education Specialist
