Skip to content

Commit

Permalink
Updating instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Aug 1, 2019
1 parent 61103a1 commit 3cd94a0
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions code-samples/02-Client-Server/SOAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

* https://www.baeldung.com/jax-ws

## How-to

* https://spring.io/guides/gs/producing-web-service/#scratch

## How-to detailed

* `mkdir soap-example; cd soap-example`
Expand Down Expand Up @@ -119,6 +115,19 @@
</xs:schema>
```

* Add the java files from <https://spring.io/guides/gs/producing-web-service/#scratch>

* `src/main/java/hello/Application.java`
* `src/main/java/hello/CountryEndpoint.java`
* `src/main/java/hello/CountryRepository.java`
* `src/main/java/hello/WebServiceConfig.java`

* Run `mvn clean package`

* Run `java -jar target/gs-producting-web-service-0.1.0.jar`

* Wait for further instructions!

## Examples

* http://www.dneonline.com/calculator.asmx
Expand Down

0 comments on commit 3cd94a0

Please sign in to comment.