Skip to content

Commit

Permalink
Merge pull request #511 from /issues/510-remove-soap-references
Browse files Browse the repository at this point in the history
Fix #510: Remove references to SOAP from documentation
  • Loading branch information
romanstrobl authored Aug 29, 2023
2 parents 87266c7 + d6aa462 commit db3cc53
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can build all PowerAuth Java projects using similar steps:
- [SDK for RESTful APIs](https://github.com/wultra/powerauth-restful-integration)

<!-- begin box info -->
Note: Make sure you are creating a new Maven project in your IDE, not just a freeform project from existing sources. Maven is required for dependency management and for proper project building (for example, `powerauth-server` project uses [`jaxb2-maven-plugin`](http://www.mojohaus.org/jaxb2-maven-plugin/Documentation/v2.2/) to generate SOAP/REST transport object from an XSD file, etc.).
Note: Make sure you are creating a new Maven project in your IDE, not just a freeform project from existing sources. Maven is required for dependency management and for proper project building.
<!-- end -->

Read more about how Maven dependencies are organized at [Maven modules](./Maven-Modules.md) documentation.
2 changes: 1 addition & 1 deletion docs/Maven-Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PowerAuth source code includes following Maven modules:

PowerAuth backend services are composed of following applications:

- `powerauth-java-server` - A server application implementing a PowerAuth Server. It is responsible for publishing PowerAuth Server SOAP methods and RESTful API, and also for persistence of the data in a database.
- `powerauth-java-server` - A server application implementing a PowerAuth Server. It is responsible for publishing PowerAuth Server RESTful API, and also for persistence of the data in a database.
- `enrollment-server` - A server application publishing the PowerAuth Standard RESTful API and allowing customization of the activation process.
- `powerauth-admin` - A server application providing web user interface for managing PowerAuth applications and activations.
- `powerauth-push-server` - A server application used for delivering push messages to iOS and Android devices.
3 changes: 1 addition & 2 deletions docs/PowerAuth-2020.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ For updating to 2020.11, please follow these migration guides:
| PowerAuth RESTful Model | `powerauth-restful-model.jar` | 1.0.0 | Model classes for request and response objects used in PowerAuth Standard RESTful API. |
| PowerAuth RESTful API Security for Spring | `powerauth-restful-security-spring.jar` | 1.0.0 | High-level integration libraries for RESTful API security, build for Spring MVC. |
| PowerAuth RESTful API Security for JAX-RS | `powerauth-restful-security-javaee.jar` | 1.0.0 | High-level integration libraries for RESTful API security, build for Java EE (JAX-RS). |
| PowerAuth SOAP Client for Spring WS | `powerauth-java-client-spring.jar` | 1.0.0 | SOAP service client for PowerAuth Server service, built using Spring WS. |
| PowerAuth SOAP Client for Axis2 | `powerauth-java-client-axis.jar` | 1.0.0 | SOAP service client for PowerAuth Server service, built using Axis2. |
| PowerAuth REST Client for Spring | `powerauth-rest-client-spring.jar` | 1.0.0 | REST service client for PowerAuth Server service. |
| PowerAuth Push Server RESTful Model | `powerauth-push-model.jar` | 1.0.0 | Model classes for request and response objects used in PowerAuth Push Server. |
| PowerAuth Push Server RESTful Client | `powerauth-push-client.jar` | 1.0.0 | Client implementation that simplifies integration with PowerAuth Push Server service. |
| PowerAuth Data Adapter RESTful Model | `powerauth-data-adapter-model.jar` | 1.0.0 | Model classes for request and response objects used in PowerAuth Data Adapter component. |
Expand Down
2 changes: 1 addition & 1 deletion docs/PowerAuth-2021.05.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For updating to 2021.05, please follow these migration guides:
|---|---|---|---|
| PowerAuth RESTful Model | `powerauth-restful-model.jar` | 1.1.0 | Model classes for request and response objects used in PowerAuth Standard RESTful API. |
| PowerAuth RESTful API Security for Spring | `powerauth-restful-security-spring.jar` | 1.1.0 | High-level integration libraries for RESTful API security, build for Spring MVC. |
| PowerAuth SOAP Client for Spring WS | `powerauth-java-client-spring.jar` | 1.1.0 | SOAP service client for PowerAuth Server service, built using Spring WS. |
| PowerAuth REST Client for Spring | `powerauth-rest-client-spring.jar` | 1.1.0 | REST service client for PowerAuth Server service. |
| PowerAuth Push Server RESTful Model | `powerauth-push-model.jar` | 1.1.0 | Model classes for request and response objects used in PowerAuth Push Server. |
| PowerAuth Push Server RESTful Client | `powerauth-push-client.jar` | 1.1.0 | Client implementation that simplifies integration with PowerAuth Push Server service. |
| PowerAuth Data Adapter RESTful Model | `powerauth-data-adapter-model.jar` | 1.1.0 | Model classes for request and response objects used in PowerAuth Data Adapter component. |
Expand Down
2 changes: 1 addition & 1 deletion docs/PowerAuth-2021.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For updating to 2021.11, please follow these migration guides:
|---|---|---|---|
| PowerAuth RESTful Model | `powerauth-restful-model.jar` | 1.2.0 | Model classes for request and response objects used in PowerAuth Standard RESTful API. |
| PowerAuth RESTful API Security for Spring | `powerauth-restful-security-spring.jar` | 1.2.0 | High-level integration libraries for RESTful API security, build for Spring MVC. |
| PowerAuth SOAP Client for Spring WS | `powerauth-java-client-spring.jar` | 1.2.1 | SOAP service client for PowerAuth Server service, built using Spring WS. |
| PowerAuth REST Client for Spring | `powerauth-rest-client-spring.jar` | 1.2.1 | REST service client for PowerAuth Server service. |
| PowerAuth Push Server RESTful Model | `powerauth-push-model.jar` | 1.2.1 | Model classes for request and response objects used in PowerAuth Push Server. |
| PowerAuth Push Server RESTful Client | `powerauth-push-client.jar` | 1.2.1 | Client implementation that simplifies integration with PowerAuth Push Server service. |
| PowerAuth Data Adapter RESTful Model | `powerauth-data-adapter-model.jar` | 1.2.2 | Model classes for request and response objects used in PowerAuth Data Adapter component. |
Expand Down
2 changes: 1 addition & 1 deletion docs/PowerAuth-2022.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For updating to 2022.04, please follow these migration guides:
|---|---|---|---|
| PowerAuth RESTful Model | `powerauth-restful-model.jar` | 1.2.5 | Model classes for request and response objects used in PowerAuth Standard RESTful API. |
| PowerAuth RESTful API Security for Spring | `powerauth-restful-security-spring.jar` | 1.2.5 | High-level integration libraries for RESTful API security, build for Spring MVC. |
| PowerAuth SOAP Client for Spring WS | `powerauth-java-client-spring.jar` | 1.2.5 | SOAP service client for PowerAuth Server service, built using Spring WS. |
| PowerAuth REST Client for Spring | `powerauth-rest-client-spring.jar` | 1.2.5 | REST service client for PowerAuth Server service. |
| PowerAuth Push Server RESTful Model | `powerauth-push-model.jar` | 1.2.5 | Model classes for request and response objects used in PowerAuth Push Server. |
| PowerAuth Push Server RESTful Client | `powerauth-push-client.jar` | 1.2.5 | Client implementation that simplifies integration with PowerAuth Push Server service. |
| PowerAuth Data Adapter RESTful Model | `powerauth-data-adapter-model.jar` | 1.2.5 | Model classes for request and response objects used in PowerAuth Data Adapter component. |
Expand Down
2 changes: 1 addition & 1 deletion docs/PowerAuth-2022.05.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For updating to 2022.05, please follow these migration guides:
|---|---|---|---|
| PowerAuth RESTful Model | `powerauth-restful-model.jar` | 1.3.0 | Model classes for request and response objects used in PowerAuth Standard RESTful API. |
| PowerAuth RESTful API Security for Spring | `powerauth-restful-security-spring.jar` | 1.3.0 | High-level integration libraries for RESTful API security, build for Spring MVC. |
| PowerAuth SOAP Client for Spring WS | `powerauth-java-client-spring.jar` | 1.3.0 | SOAP service client for PowerAuth Server service, built using Spring WS. |
| PowerAuth REST Client for Spring | `powerauth-rest-client-spring.jar` | 1.3.0 | REST service client for PowerAuth Server service. |
| PowerAuth Push Server RESTful Model | `powerauth-push-model.jar` | 1.3.0 | Model classes for request and response objects used in PowerAuth Push Server. |
| PowerAuth Push Server RESTful Client | `powerauth-push-client.jar` | 1.3.0 | Client implementation that simplifies integration with PowerAuth Push Server service. |
| PowerAuth Data Adapter RESTful Model | `powerauth-data-adapter-model.jar` | 1.3.0 | Model classes for request and response objects used in PowerAuth Data Adapter component. |
Expand Down
2 changes: 1 addition & 1 deletion docs/PowerAuth-2022.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For updating to 2022.12, please follow these migration guides:
|---|---|---|---|
| PowerAuth RESTful Model | `powerauth-restful-model.jar` | 1.4.0 | Model classes for request and response objects used in PowerAuth Standard RESTful API. |
| PowerAuth RESTful API Security for Spring | `powerauth-restful-security-spring.jar` | 1.4.0 | High-level integration libraries for RESTful API security, build for Spring MVC. |
| PowerAuth SOAP Client for Spring WS | `powerauth-java-client-spring.jar` | 1.4.0 | SOAP service client for PowerAuth Server service, built using Spring WS. |
| PowerAuth REST Client for Spring | `powerauth-rest-client-spring.jar` | 1.4.0 | REST service client for PowerAuth Server service. |
| PowerAuth Push Server RESTful Model | `powerauth-push-model.jar` | 1.4.0 | Model classes for request and response objects used in PowerAuth Push Server. |
| PowerAuth Push Server RESTful Client | `powerauth-push-client.jar` | 1.4.0 | Client implementation that simplifies integration with PowerAuth Push Server service. |
| PowerAuth Data Adapter RESTful Model | `powerauth-data-adapter-model.jar` | 1.4.0 | Model classes for request and response objects used in PowerAuth Data Adapter component. |
Expand Down

0 comments on commit db3cc53

Please sign in to comment.