65 Commits

Author SHA1 Message Date
Stéphane Nicoll
e22a7833d6 Migrate Axis client to Axis2
This commit migrates the Airline client to Axis2.

The biggest problem was that Axis2 parses date differently and always
adds a timezone. As a result, the input string is no longer compliant
with ISO 8601. The server has been updated to tolerate both that format
and the one with a timezone attached.

The build is also simpler as it leverages the Axis2 wsdl2code maven
plugin, rather than calling wsdl2java via ant.

Closes gh-16
2025-03-14 16:16:40 +01:00
Stéphane Nicoll
50d79ccac1 Start using Spring-WS 4.1.x 2025-03-14 14:29:34 +01:00
Stéphane Nicoll
9f57ec4053 Merge pull request #18 from hpoettker
* pr/18:
  Remove deleted samples from README

Closes gh-18
2025-03-14 12:13:20 +01:00
Henning Poettker
5d279ac62d Remove deleted samples from README
See gh-18
2025-03-14 12:13:04 +01:00
Stéphane Nicoll
1383efe898 Consistent code formatting 2025-03-14 12:05:52 +01:00
Stéphane Nicoll
6e26108195 Align dependencies 2025-03-14 12:01:31 +01:00
Stéphane Nicoll
9a6748159c Polish build
This mostly polish the structure of the POM files and harmonize the
dependency management.
2025-03-14 11:39:09 +01:00
Stéphane Nicoll
6f991ba0f9 Format POM consistently 2025-03-14 11:07:05 +01:00
Stéphane Nicoll
e5565c1bed Upgrade to Spring Boot 3.4.3
This commit also removes version overrides
2025-03-14 11:04:31 +01:00
Stéphane Nicoll
b736edd5f6 Move CI to GitHub Actions 2025-03-14 11:00:38 +01:00
Stéphane Nicoll
5162c65d47 Configure DCO 2025-03-14 11:00:15 +01:00
Stéphane Nicoll
634ca7fda8 Upgrade to Maven wrapper 3.9.9 2025-03-14 10:58:23 +01:00
Greg L. Turnquist
52e75b393a Polishing. 2022-12-02 09:22:33 -06:00
Greg L. Turnquist
a78b4e8786 Polishing. 2022-12-02 09:18:28 -06:00
Greg L. Turnquist
267ff9c1d9 Polishing. 2022-12-02 09:10:06 -06:00
Greg L. Turnquist
26919b4688 Fine tune the Axis1 client. 2022-12-02 09:09:16 -06:00
Greg L. Turnquist
dd7cf4cee5 Polishing. 2022-12-01 12:27:57 -06:00
Greg L. Turnquist
8cbc247178 Secure using Wss4j. 2022-12-01 12:25:38 -06:00
Greg L. Turnquist
381b322497 Run JDK 19. 2022-11-29 16:57:36 -06:00
Greg L. Turnquist
0684051838 Run on JDK. 2022-11-29 16:47:28 -06:00
Greg L. Turnquist
6f8eb0696f Fix Jenkins. 2022-11-29 16:38:58 -06:00
Greg L. Turnquist
1d923efac9 Upgrade to Spring Boot 3.0.0. 2022-11-29 16:25:49 -06:00
Greg L. Turnquist
47df184a86 Update MTOM to use Jakarta. 2022-11-29 16:25:34 -06:00
Greg L. Turnquist
0200346f5d Polishing tutorial. 2022-11-29 13:54:13 -06:00
Greg L. Turnquist
79f094b435 Fix up echo demo. 2022-11-29 13:43:10 -06:00
Greg L. Turnquist
01af622775 Polish. 2022-11-29 13:24:29 -06:00
Greg L. Turnquist
64bccb5f76 Tweak Airline SAAJ client. 2022-11-29 13:04:06 -06:00
Greg L. Turnquist
7c9fe22db7 Polishing. 2022-11-29 12:55:15 -06:00
Greg L. Turnquist
404fc0f34b Tweak Airline Spring-WS client. 2022-11-29 12:48:50 -06:00
Greg L. Turnquist
3f70191389 Tune Airline JAX-WS client. 2022-11-29 12:41:51 -06:00
Greg L. Turnquist
463416b242 Get ArtemisMQ working. 2022-11-29 12:41:02 -06:00
Greg L. Turnquist
b07ebd6548 Add client-side JMS support. 2022-11-28 13:18:35 -06:00
Greg L. Turnquist
fd769accd4 Build Spring WS airline client module with Spring WS 4.0. 2022-11-18 09:38:37 -06:00
Greg L. Turnquist
de4620ca41 Build JAX-WS airline client module with Spring WS 4.0. 2022-11-17 16:36:01 -06:00
Greg L. Turnquist
bd9296e632 Start developing 2.0.0-SNAPSHOT. 2022-10-18 10:11:05 -05:00
Greg L. Turnquist
ad78948062 Polishing. 2022-10-17 10:48:53 -05:00
Greg L. Turnquist
9f2d99213f Introduce additional test stages. 2022-10-17 10:47:07 -05:00
Greg L. Turnquist
8462c9b638 Upgrade samples to better support current Spring Boot + Spring WS.
* Ensure each module is pointed back at the parent.
* Parent now carries the version of Spring Boot.
* Migrate one Axis JAR file.
* Override Spring Boot's version of Spring WS, ensuring we are buliding against latest snapshot.
* Point Jenkinsfile at Spring WS's main job.
2022-03-02 13:16:01 -06:00
Greg L. Turnquist
ff70806b51 Introduce Jenkins. 2022-03-02 12:38:25 -06:00
Greg L. Turnquist
f880a6512c Drop Weather service example.
The SOAP endpoint that supports the Weather module is pretty much gone. Since there are enough demos of various Spring WS features in the other parts, there is little to researching or standing up a counterpart.
2021-12-13 10:19:16 -06:00
Greg L. Turnquist
2787bf67da Upgrade to Spring Boot 2.5.7 and Log4j 2.15.0. 2021-12-13 10:15:49 -06:00
Greg L. Turnquist
f7121c2bf8 Polishing 2020-08-06 16:19:35 -05:00
Greg L. Turnquist
2c4d5ccbbc Migrate to Asciidoctor. 2020-08-06 16:17:59 -05:00
Greg L. Turnquist
27b18118c1 Upgrade to Spring Boot + Spring Data.
Update this repository to use modern Spring practices including:

* Spring Boot
* Spring Data JPA
* Spring Framework's Java configuration
2020-08-03 14:21:39 -05:00
Spring Operator
29b50cc066 URL Cleanup (#9)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* [ ] http://schemas.xmlsoap.org/wsdl/ (200) with 3 occurrences could not be migrated:
   ([https](https://schemas.xmlsoap.org/wsdl/) result AnnotatedConnectException).
* [ ] http://schemas.xmlsoap.org/wsdl/soap/ (200) with 3 occurrences could not be migrated:
   ([https](https://schemas.xmlsoap.org/wsdl/soap/) result AnnotatedConnectException).
* [ ] http://wsf.cdyne.com/WeatherWS/Weather.asmx (200) with 1 occurrences could not be migrated:
   ([https](https://wsf.cdyne.com/WeatherWS/Weather.asmx) result ConnectTimeoutException).
* [ ] http://schemas.xmlsoap.org/soap/http (301) with 3 occurrences could not be migrated:
   ([https](https://schemas.xmlsoap.org/soap/http) result AnnotatedConnectException).
* [ ] http://mycompany.com/hr/definitions (404) with 1 occurrences could not be migrated:
   ([https](https://mycompany.com/hr/definitions) result ConnectTimeoutException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://wiki.cdyne.com/index.php/CDYNE_Weather (301) with 1 occurrences migrated to:
  https://wiki.cdyne.com/index.php/CDYNE_Weather ([https](https://wiki.cdyne.com/index.php/CDYNE_Weather) result SSLHandshakeException).
* [ ] http://ws.cdyne.com/WeatherWS/GetCityForecastByZIP (404) with 1 occurrences migrated to:
  https://ws.cdyne.com/WeatherWS/GetCityForecastByZIP ([https](https://ws.cdyne.com/WeatherWS/GetCityForecastByZIP) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.w3.org/2005/05/xmlmime with 2 occurrences migrated to:
  https://www.w3.org/2005/05/xmlmime ([https](https://www.w3.org/2005/05/xmlmime) result 200).
* [ ] http://projects.spring.io/spring-ws with 7 occurrences migrated to:
  https://projects.spring.io/spring-ws ([https](https://projects.spring.io/spring-ws) result 301).
* [ ] http://www.w3.org/2006/05/addressing/wsdl with 1 occurrences migrated to:
  https://www.w3.org/2006/05/addressing/wsdl ([https](https://www.w3.org/2006/05/addressing/wsdl) result 301).

# Ignored
These URLs were intentionally ignored.

* http://java.sun.com/jsp/jstl/core with 5 occurrences
* http://localhost:8080/StockService with 3 occurrences
* http://localhost:8080/airline-server/services with 2 occurrences
* http://localhost:8080/echo-server/services with 2 occurrences
* http://localhost:8080/echo/services with 1 occurrences
* http://localhost:8080/mtom-server/ with 2 occurrences
* http://localhost:8080/mtom-server/services with 2 occurrences
* http://localhost:8080/tutorial/holiday.wsdl with 2 occurrences
* http://mycompany.com/hr/schemas with 3 occurrences
* http://www.joda.org/joda/time/tags with 2 occurrences
* http://www.springframework.org/spring-ws/samples/airline/definitions with 3 occurrences
* http://www.springframework.org/spring-ws/samples/airline/schemas/messages with 11 occurrences
* http://www.springframework.org/spring-ws/samples/airline/schemas/types with 10 occurrences
* http://www.springframework.org/spring-ws/samples/echo with 3 occurrences
* http://www.springframework.org/spring-ws/samples/mtom with 11 occurrences
* http://www.springframework.org/spring-ws/samples/stockquote with 5 occurrences
* http://www.springframework.org/spring-ws/samples/stockquote/StockService/GetQuote with 3 occurrences
* http://www.springframework.org/spring-ws/samples/stockquote/StockService/Quotes with 2 occurrences
* http://www.springframework.org/tags with 1 occurrences
* http://www.w3.org/2001/XMLSchema with 9 occurrences
2019-03-21 05:52:35 -05:00
Spring Operator
065fdd82e0 URL Cleanup (#8)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://www.springframework.org/schema/beans/spring-beans-2.0.xsd with 3 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans-2.0.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-2.0.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans-3.0.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans-3.0.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.0.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans-3.1.xsd with 5 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans-3.1.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.1.xsd) result 200).
* http://www.springframework.org/schema/context/spring-context-2.5.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/context/spring-context-2.5.xsd ([https](https://www.springframework.org/schema/context/spring-context-2.5.xsd) result 200).
* http://www.springframework.org/schema/context/spring-context-3.1.xsd with 3 occurrences migrated to:
  https://www.springframework.org/schema/context/spring-context-3.1.xsd ([https](https://www.springframework.org/schema/context/spring-context-3.1.xsd) result 200).
* http://www.springframework.org/schema/jms/spring-jms-3.1.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/jms/spring-jms-3.1.xsd ([https](https://www.springframework.org/schema/jms/spring-jms-3.1.xsd) result 200).
* http://www.springframework.org/schema/security/spring-security-3.1.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/security/spring-security-3.1.xsd ([https](https://www.springframework.org/schema/security/spring-security-3.1.xsd) result 200).
* http://www.springframework.org/schema/tx/spring-tx-3.1.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/tx/spring-tx-3.1.xsd ([https](https://www.springframework.org/schema/tx/spring-tx-3.1.xsd) result 200).
* http://www.springframework.org/schema/web-services/web-services-2.0.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/web-services/web-services-2.0.xsd ([https](https://www.springframework.org/schema/web-services/web-services-2.0.xsd) result 200).
* http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd with 1 occurrences migrated to:
  https://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd ([https](https://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd) result 302).
* http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd with 1 occurrences migrated to:
  https://java.sun.com/xml/ns/persistence/persistence_1_0.xsd ([https](https://java.sun.com/xml/ns/persistence/persistence_1_0.xsd) result 302).
* http://java.sun.com/xml/ns/xwss/config with 3 occurrences migrated to:
  https://java.sun.com/xml/ns/xwss/config ([https](https://java.sun.com/xml/ns/xwss/config) result 302).

# Ignored
These URLs were intentionally ignored.

* http://java.sun.com/xml/ns/j2ee with 2 occurrences
* http://java.sun.com/xml/ns/persistence with 2 occurrences
* http://localhost:8080/airline-server/services with 2 occurrences
* http://mycompany.com/hr/schemas with 1 occurrences
* http://www.springframework.org/schema/beans with 18 occurrences
* http://www.springframework.org/schema/context with 8 occurrences
* http://www.springframework.org/schema/jms with 2 occurrences
* http://www.springframework.org/schema/security with 2 occurrences
* http://www.springframework.org/schema/tx with 2 occurrences
* http://www.springframework.org/schema/web-services with 2 occurrences
* http://www.springframework.org/spring-ws/samples/airline/definitions with 1 occurrences
* http://www.springframework.org/spring-ws/samples/airline/schemas/messages with 1 occurrences
* http://www.springframework.org/spring-ws/samples/echo with 1 occurrences
* http://www.springframework.org/spring-ws/samples/stockquote with 1 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 11 occurrences
2019-03-21 05:51:59 -05:00
Spring Operator
b9648f1a21 URL Cleanup (#7)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl (500) migrated to:
  http://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl ([https](https://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl) result ConnectTimeoutException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://www.springframework.org/spring-ws/samples/airline/definitions (404) migrated to:
  https://www.springframework.org/spring-ws/samples/airline/definitions ([https](https://www.springframework.org/spring-ws/samples/airline/definitions) result 404).
* http://www.springframework.org/spring-ws/samples/airline/schemas/messages (404) migrated to:
  https://www.springframework.org/spring-ws/samples/airline/schemas/messages ([https](https://www.springframework.org/spring-ws/samples/airline/schemas/messages) result 404).
* http://www.springframework.org/spring-ws/samples/airline/schemas/types (404) migrated to:
  https://www.springframework.org/spring-ws/samples/airline/schemas/types ([https](https://www.springframework.org/spring-ws/samples/airline/schemas/types) result 404).

## Fixed Success
These URLs were fixed successfully.

* http://repo.springsource.org/plugins-release migrated to:
  https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release) result 301).
* http://repo.spring.io/libs-release migrated to:
  https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release) result 302).
* http://repo.spring.io/libs-snapshot migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).
2019-03-21 05:51:40 -05:00
Arjen Poutsma
fd64f3213d Updated to Spring-WS 2.2.0.RELEASE 2014-05-22 12:13:15 +02:00
Arjen Poutsma
c236889766 Updated to Spring-WS 2.2.0.RELEASE 2014-05-22 12:12:52 +02:00
Arjen Poutsma
cb87be35f6 Updated to Spring-WS 2.2.0.RELEASE 2014-05-22 12:07:52 +02:00