[ http://issues.apache.org/jira/browse/CXF-266?page=comments#action_12455933 ] willem Jiang commented on CXF-266: ----------------------------------
Now we can get the services list from http://localhost(application_context)/services James Mao wrote: > > 1) I would suggest that we use the ?serviceList to get a list of services, > the reason is that /services maybe direct to a home page of the services, > which may include more rich information of the services, not just a list of > services. Agree , we can get out the Service's operation. > 2) and currently it's in html format, which is ok, but we should also be able > to generate the list in xml format (&format=OPML, &format=RSS, &format=ATOM), > 3) and if we follow the link(?operationList), it should also be able to > generate the list of the operations , 4) Should be able to append the > description under each service/port/operation, or even TAG, so the > service/operation will be searched, if they are public/online. > This could be common feature which can provider by not only servlet, but also standalone application. We can work on it. > Let servlet control can return list of services which are published by > servlet for browsing > ------------------------------------------------------------------------------------------- > > Key: CXF-266 > URL: http://issues.apache.org/jira/browse/CXF-266 > Project: CXF > Issue Type: Improvement > Affects Versions: 2.0-M1 > Reporter: willem Jiang > Assigned To: willem Jiang > Fix For: 2.0-RC > > > This will be helpful if we have multiple service instances in the servlet. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
