cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert URI to WSDL file.

Former Member
0 Kudos

Hi Experts,

Can any one please tell me How to convert URI to WSDL file.

Thanks

dhanush

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

A Uniform Resource Identifier (URI) is a string of characters which identifies an Internet Resource. The most common URI is the Uniform Resource Locator (URL) which identifies an Internet domain address. Another, not so common type of URI is the Universal Resource Name (URN).

you use URI i.e. http://<name>; when you wish to export your namespaces over the web.

This link will help you understand the concept in a much better manner:

http://help.sap.com/saphelp_nw04/helpdata/en/4a/0ba9409ecd1314e10000000a1550b0/frameset.htm

Also Please go through this link:

http://help.sap.com/saphelp_nw04/helpdata/en/d8/d666580fff294f884df148540b2153/frameset.htm

and,

http://help.sap.com/saphelp_nw04/helpdata/en/a3/cc132914cf41e4a193c32627a87542/frameset.htm

WSDL

Web Services Description Language (WSDL) is an XML format for describing web services. Using WSDL, a service provider can describe the expectations and functionality of a single web service in a platform-independent way, so that potential requestors can understand how to correctly interact with the service. In the world of loosely-coupled web services, WSDL plays a central role for interoperability among services implemented in different platforms.

The WSDL language was initially developed by Microsoft and IBM. WSDL 1.1 was co-submitted to W3C by Microsoft, IBM, SAP, and others in 2001. The language has been under standardization process in W3C since early 2002. The expected deliverable from W3C is WSDL 2.0.

Even though WSDL does not have the final stamp of approval from any standard organization yet, it has already been broadly adopted as the de facto web services description language by many web services platforms. For example, the Web Services Interoperability Organization was founded to facilitate efficient adoption of web services. WSDL 1.1 is one of the key specifications endorsed by WS-I Basic Profile 1.0 and 1.1.

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

Hi dhanush,

i will first tell u abt URI and WSDL

URI : UNIFORM RESOURCE INDICATOR

WSDL : WEB SERVICES DESCRIPTIVE LANGUAGE

URI is used to save the software product under the namespace

wsdl is used when the message interface r created

pls do the chk the links

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0d7349b6-0901-0010-ddbe-ec43178a...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8e99cf90-0201-0010-17a3-ad3caf47...

/people/kevin.liu/blog/2006/04/12/wsdl-11-binding-extension-for-soap-12

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bf71110d-0501-0010-3e92-cc93344a...

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=uritoWSDL+&cat=sdn_all&start=1

if help ful pls do the req

Thanx

Sampath

Former Member
0 Kudos

Hey

URI and WSDL are two completely different things.

URI is used to identify a name or resourse whreas WSDL is the description of a web service.

you don't convert one to another.

for e.g URI can name of some website whereas WSDL will be a file which will describe that website.

Thanx

Aamir