Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 1ddc31d

Browse files
authored
Fix incorrect link in springboot wsdl example
1 parent 477dc35 commit 1ddc31d

File tree

1 file changed

+1
-1
lines changed
  • codesv-examples/springboot-virtualized-soap-example

1 file changed

+1
-1
lines changed

codesv-examples/springboot-virtualized-soap-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Spring Boot virtualized SOAP example
22

3-
This is a sample gradle project showing the capabilities of CodeSV at virtualizing SOAP messages with the Spring Boot WS application. This project contains the Spring Boot application that creates a webservice server from a WSDL file and creates a webservice client that can be used for making requests. When the Spring Boot application is running, it exposes the real webservice to the localhost and can be found at `http://localhost:9090/codenotfound/ws/helloworld.wsdl`.
3+
This is a sample gradle project showing the capabilities of CodeSV at virtualizing SOAP messages with the Spring Boot WS application. This project contains the Spring Boot application that creates a webservice server from a WSDL file and creates a webservice client that can be used for making requests. When the Spring Boot application is running, it exposes the real webservice to the localhost and can be found at `http://localhost:9090/codesv/ws/helloworld.wsdl`.
44

55
Tests in this project contain an example of a real webservice call and also an example of CodeSV virtualizing the SOAP response.
66

0 commit comments

Comments
 (0)