Bug 196500 - SOA discovery mechanism - add http-based discovery
Summary: SOA discovery mechanism - add http-based discovery
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: STP (show other bugs)
Version: unspecified   Edit
Hardware: All Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adrian Skehill CLA
QA Contact:
URL: http://www.eclipse.org/stp/
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2007-07-13 15:55 EDT by Dave Nielsen CLA
Modified: 2012-09-21 14:40 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Nielsen CLA 2007-07-13 15:55:49 EDT
The current SOA discovery mechanism uses the file system to search for WSDL documents. But many times the WSDL document is not located on the users file system, but on the internet (HTTP). This creates unnecessary steps, as well as additional opportunities for error. This feature request is for the addition of HTTP support for opening a WSDL document, which is then used to create the client library. 

For example, the Eclipse STP user should be able to enter a URL such as http://ws.strikeiron.com/DnBQuickCheck2?WSDL  (see http://www.strikeiron.com/ProductDetail.aspx?p=343) into the SOA discovery mechanism, which would then use HTTP to download the WSDL document and generate the local client libraries for that web service. 

For a list of free Web Services and WSDL documents, visit http://www.strikeiron.com/sdp

best,
Dave
Comment 1 Denny CLA 2007-12-13 04:31:01 EST
It's fixed