cancel
Showing results for 
Search instead for 
Did you mean: 

How to tell specification a WSDL conforms to

Former Member
0 Kudos

The folowing is from a WSDL that I am reviewing. How can I tell if a WSDL conforms to WSDL 1.1 or 1.0 spec?

I looked at the namespace that theWSDL references: xmlns="http://schemas.xmlsoap.org/wsdl/"> and could not see a version.

<?xml version="1.0" encoding="UTF-8" ?>

- <definitions xmlns:tns="java:mdf.webservice.query"

xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"

xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"

xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"

xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"

xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding" xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

xmlns:s="http://www.w3.org/2001/XMLSchema"

xmlns="http://schemas.xmlsoap.org/wsdl/"

targetNamespace="java:mdf.webservice.query">

- <types xmlns:tns="java:mdf.webservice.query"

xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"

xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"

xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"

xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"

xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding" xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

xmlns:s="http://www.w3.org/2001/XMLSchema"

xmlns="http://schemas.xmlsoap.org/wsdl/">

- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Thanks in advance.

Laura

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This is wsdl 1.1

see this: http://schemas.xmlsoap.org/wsdl/soap12/soap12WSDL.htm

Regards,

Gourav

Former Member
0 Kudos

Hello Gourav,

Thank you for you quick reply. I looked at the URL, but did not actually see or understand how that related. My WSDL does not ave the elements listed.

Thank you,

Laura

Former Member
0 Kudos

Hi Laura,

You won't tell the difference between 1.0 & 1.1

According to Wikipedia:

[http://en.wikipedia.org/wiki/Web_Services_Description_Language]

1.1 was just a formalisation of 1.0

Regards, Trevor