W3C SOAP specification recommondation (v1.1)

The 52n XML Bindings comprise the OGC schema models and all 52n schema models needed across the 52n SWE framework.

Лицензия

Лицензия

Группа

Группа

org.n52.sensorweb
Идентификатор

Идентификатор

52n-xml-soap-v11
Последняя версия

Последняя версия

2.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

W3C SOAP specification recommondation (v1.1)
The 52n XML Bindings comprise the OGC schema models and all 52n schema models needed across the 52n SWE framework.
Организация-разработчик

Организация-разработчик

52north.org

Скачать 52n-xml-soap-v11

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.n52.sensorweb/52n-xml-soap-v11/ -->
<dependency>
    <groupId>org.n52.sensorweb</groupId>
    <artifactId>52n-xml-soap-v11</artifactId>
    <version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.n52.sensorweb/52n-xml-soap-v11/
implementation 'org.n52.sensorweb:52n-xml-soap-v11:2.7.0'
// https://jarcasting.com/artifacts/org.n52.sensorweb/52n-xml-soap-v11/
implementation ("org.n52.sensorweb:52n-xml-soap-v11:2.7.0")
'org.n52.sensorweb:52n-xml-soap-v11:jar:2.7.0'
<dependency org="org.n52.sensorweb" name="52n-xml-soap-v11" rev="2.7.0">
  <artifact name="52n-xml-soap-v11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.n52.sensorweb', module='52n-xml-soap-v11', version='2.7.0')
)
libraryDependencies += "org.n52.sensorweb" % "52n-xml-soap-v11" % "2.7.0"
[org.n52.sensorweb/52n-xml-soap-v11 "2.7.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.xmlbeans : xmlbeans jar 3.1.0
stax : stax-api jar 1.0.1

provided (1)

Идентификатор библиотеки Тип Версия
org.n52.sensorweb : 52n-w3c-schema jar 2.7.0

Модули Проекта

Данный проект не имеет модулей.

common-xml

A set of commonly used OGC schemas compiled to XMLBeans bindings and provided as Maven dependencies by 52°North. The 52°North common-xml project organizes some of these standards to be built as Java bindings to ease programming against all those standards. Once compiled standardized XML documents can be created, parsed and validated directly as Java objects.

More information can also be found in the 52°North Wiki: https://wiki.52north.org/bin/view/Documentation/XMLBeansBindings

Background

The Open Geospatial Consortium (OGC) offers lots of standards for the geospatial Web. Document driven services (like WMS, WCS, SOS, SPS, ...) use a standardized protocols for communication between a Web service and a client. The XML schemas are derived from the standards and serve as one formal model of a standard.

But not only the OGC offers standard documents as XML schemas. The Organization for the Advancement of Structured Information Standards or the [World Wide Web Consortium] (http://www.w3.org/) offer (recommended) standards as XML schemas.

Repository

Add the following repositories to your pom.xml to get release or snapshots versions respectively.

Releases:

[...]
<repository>
	<id>n52-releases</id>
	<name>52n Releases</name>
	<url>http://52north.org/maven/repo/releases</url>
	<releases>
		<enabled>true</enabled>
	</releases>
	<snapshots>
		<enabled>false</enabled>
	</snapshots>
</repository>
[...]

Snapshots:

[...]
<repository>
	<id>n52-snapshots</id>
	<name>52n Snapshots</name>
	<url>http://52north.org/maven/repo/snapshots/</url>
	<snapshots>
		<enabled>true</enabled>
	</snapshots>
</repository>
[...]

Add Dependencies - Examples

You can use the dependencies as follows:

[...]
<dependency>
	<groupId>org.n52.sensorweb</groupId>
	<artifactId>52n-xml-kml-v220</artifactId>
	<version>1.0.0</version>
</dependency>
[...]

If you want to use multiple artifacts be sure to use a unique version:

[...]
<properties>
	[...]
	<sensorweb.schemas.version>1.1.6-SNAPSHOT</sensorweb.schemas.version>
</properties>
[...]
<dependencies>
[...]
	<dependency>
		<groupId>org.n52.sensorweb</groupId>
		<artifactId>52n-xml-sps-v100</artifactId>
		<version>${sensorweb.schemas.version}</version>
	</dependency>
	<dependency>
		<groupId>org.n52.sensorweb</groupId>
		<artifactId>52n-xml-sos-v100</artifactId>
		<version>${sensorweb.schemas.version}</version>
	</dependency>
</dependencies>
[...]

Project Structure

This repository contains a Maven multi-module project. The modules can be provided into two types: official/specified schemas, unofficial/not-yet-finally-specified schemas.

For the former modules, the schema files (.xsd) provided by the governing organisations are provided in extra modules, namely 52n-isotc211-schema, ``52n-oasis-schema, 52n-ogc-schema` and `52n-w3c-schema`. The bean submodules refererence these submodules as depedencies to include the required schema files.

In case of the latter, the schema files are directly contained within the respective bean submodule in the directory src/main/xsd.

Build Single Module

You can build a specific module with mvn clean install -am -pl <module-name>.

org.n52.sensorweb

52°North Initiative for Geospatial Open Source Software GmbH

Версии библиотеки

Версия
2.7.0