You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, go to the [Wiki](https://github.com/UNIZAR-30246-WebEngineering/lab2-rpc-over-http/wiki) in order to get the instructions for this assignment.
4
+
5
+
## Primary goal
6
+
7
+
Discover how to run the `server` and the `client`.
8
+
Note that the `server` requires code derived from `translator.xsd`,
9
+
and the `client` requires code derived from a `wsdl` file published by the `server`.
10
+
11
+
Next you must ensure that the client show something similar to:
12
+
```
13
+
Result of translating [hello] is [hola].
14
+
```
15
+
16
+
## Secondary goal (:gift:)
17
+
18
+
Some ideas for obtaining a :gift: if you are the first that:
19
+
20
+
-**The server side**: Test the server side [properly](https://docs.spring.io/spring-ws/docs/3.1.1/reference/html/#_server_side_testing)
21
+
-**Back to the future**: Upgrade to WSDL 2.0 and SOAP 1.2
22
+
-**Armored SOAP**: Secure the endpoint [WS-Security](https://docs.spring.io/spring-ws/docs/3.1.1/reference/html/#security)
23
+
-**Let's contract**: Re-implement the project following [Writing Contract-First Web Services tutorial](https://docs.spring.io/spring-ws/docs/3.1.1/reference/html/#tutorial)
24
+
-**Do the Google way**: Re-implement the project with [gRPC](https://yidongnan.github.io/grpc-spring-boot-starter/en/)
25
+
-**Do the Facebook way**: Re-implement the project with [GraphQL](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/)
0 commit comments