CUAHSI / HydroCatalog

3 stars 0 forks source link

Data service with duplicate WSDL #55

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
When I register a new data service in HIS Central, The catalogue checks the 'network code' and it prevents registering a data service with a duplicate 'network code'.

However:

When I register a new data service with a WSDL (for example http://hydrodata.info/chmi-d/cuahsi_1_1.asmx?wsdl) and there already exists a registered data service with a different network code but with an identical WSDL, then HIS Central fails to check for duplicate WSDL and allows registering my data service.

This results in errors in the whole CUAHSI HIS system: See the report on https://hydrodesktop.codeplex.com/workitem/8742

Please add a check for duplicate WSDL in the data service registration interface.