Skip to content

Add server-soap folder with a basic SOAP service for books - #1

Open
sobryan wants to merge 1 commit into
masterfrom
add-server-soap
Open

Add server-soap folder with a basic SOAP service for books#1
sobryan wants to merge 1 commit into
masterfrom
add-server-soap

Conversation

@sobryan

@sobryan sobryan commented Dec 5, 2024

Copy link
Copy Markdown
Owner

Add a new folder server-soap at the root level containing a basic SOAP service for books that is an Eureka client.

  • Add server-soap folder and files:

    • Add build.gradle file with dependencies for Spring Boot, Spring Web Services, and Eureka client.
    • Add pom.xml file with dependencies for Spring Boot, Spring Web Services, and Eureka client.
    • Add BookServiceApplication.java class with @SpringBootApplication and @EnableDiscoveryClient annotations, and a main method to run the application.
    • Add BookEndpoint.java class with @Endpoint annotation and a method to handle SOAP requests for books.
    • Add application.yml file with Eureka client configuration.
  • Modify pom.xml file:

    • Add server-soap as a module in the <modules> section.

For more details, open the Copilot Workspace session.

Add a new folder `server-soap` at the root level containing a basic SOAP service for books that is an Eureka client.

* **Add `server-soap` folder and files:**
  - Add `build.gradle` file with dependencies for Spring Boot, Spring Web Services, and Eureka client.
  - Add `pom.xml` file with dependencies for Spring Boot, Spring Web Services, and Eureka client.
  - Add `BookServiceApplication.java` class with `@SpringBootApplication` and `@EnableDiscoveryClient` annotations, and a `main` method to run the application.
  - Add `BookEndpoint.java` class with `@Endpoint` annotation and a method to handle SOAP requests for books.
  - Add `application.yml` file with Eureka client configuration.

* **Modify `pom.xml` file:**
  - Add `server-soap` as a module in the `<modules>` section.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/sobryan/feign-eureka?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant