Skip to content

Commit

Permalink
deegree#1771 - fix external URL of soapwms schema
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser committed Jan 10, 2025
1 parent 454124f commit 988fe56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*/
public class Wms130SoapExtendedCapabilitesWriter {

private static final String SOAPWMS_XSD_LOCATION = "https://schemas.deegree.org/core/3.5/extensions/services/wms/soapwms.xsd";
private static final String SOAPWMS_XSD_LOCATION = "https://schemas.deegree.org/extensions/services/wms/1.3.0/soapwms.xsd";

public static final String SOAPWMS_NS = "https://schemas.deegree.org/extensions/services/wms/1.3.0";

Expand Down

0 comments on commit 988fe56

Please sign in to comment.