Bug 196500

Summary: SOA discovery mechanism - add http-based discovery
Product: z_Archived Reporter: Dave Nielsen <dnielsen>
Component: STPAssignee: Adrian Skehill <askehill>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Adrian.skehill, fugang.xu, oisin.hurley, pombredanne
Version: unspecifiedKeywords: usability
Target Milestone: ---   
Hardware: All   
OS: Windows XP   
URL: http://www.eclipse.org/stp/
Whiteboard:

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