- From: Anne Thomas Manes <anne@manes.net>
- Date: Tue, 22 Apr 2003 19:40:30 -0400
- To: "Jeffrey Schlimmer" <jeffsch@windows.microsoft.com>, "Vel" <vel@sympatico.ca>, <www-ws@w3.org>
- Message-ID: <ECEDLFLFGIEENIPIEJJPIEAAEBAA.anne@manes.net>
Vel didn't say that the "WSDL URI" was the URI for the WSDL namespace... If the URI is actually the URL of the WSDL file, then you can do an HTTP GET, and you will get the WSDL document. The WSDL document is an XML document. You can display/print it and read it. You can parse it with an XML parser. You can navigate it with XPath. You can access and manipulate it using a WSDL API such as JWSDL. What information are you looking for, and for what purpose? Anne -----Original Message----- From: www-ws-request@w3.org [mailto:www-ws-request@w3.org]On Behalf Of Jeffrey Schlimmer Sent: Tuesday, April 22, 2003 7:06 PM To: Vel; www-ws@w3.org Subject: RE: WSDL question. The W3C TAG [1] has an issue [2] to come up with a recommendation for what sort of document should be served if you do an HTTP GET on an XML Namespace URI. You might imagine that the URI could resolve to the WSDL file itself, but since it's an XML Namespace, there might be other documents that are also associated with that namespace, e.g., an XML Schema. --Jeff [1] http://www.w3.org/2001/tag/ [2] http://www.w3.org/2001/tag/ilist#namespaceDocument-8 ---------------------------------------------------------------------------- -- From: www-ws-request@w3.org [mailto:www-ws-request@w3.org] On Behalf Of Vel Sent: Monday, April 21, 2003 10:22 PM To: www-ws@w3.org simple question; if someone has given me a WSDL URI and asked me to get an information from it, how do I proceed ? thanks.
Received on Tuesday, 22 April 2003 19:39:10 UTC