diff --git a/spring-soap/src/main/resources/CountriesPortService.postman_collection.json b/spring-soap/src/main/resources/CountriesPortService.postman_collection.json
new file mode 100644
index 0000000000..867186cf79
--- /dev/null
+++ b/spring-soap/src/main/resources/CountriesPortService.postman_collection.json
@@ -0,0 +1,93 @@
+{
+ "info": {
+ "_postman_id": "46f8f766-3850-44bd-8f6f-58a6da4488de",
+ "name": "CountriesPortService",
+ "description": "\n",
+ "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
+ "_exporter_id": "13842218"
+ },
+ "item": [
+ {
+ "name": "getCountry",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/xml; charset=utf-8"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "\n\n \n \n Spain\n \n \n",
+ "options": {
+ "raw": {
+ "language": "xml"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{CountriesPortSoap11BaseUrl}}/ws",
+ "host": [
+ "{{CountriesPortSoap11BaseUrl}}"
+ ],
+ "path": [
+ "ws"
+ ]
+ }
+ },
+ "response": [
+ {
+ "name": "getCountry response",
+ "originalRequest": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/xml; charset=utf-8"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": "\n\n \n The element or type could not be found undefined\n \n\n",
+ "options": {
+ "raw": {
+ "language": "xml"
+ }
+ }
+ },
+ "url": {
+ "raw": "http://localhost:8080/ws",
+ "protocol": "http",
+ "host": [
+ "localhost"
+ ],
+ "port": "8080",
+ "path": [
+ "ws"
+ ]
+ }
+ },
+ "status": "OK",
+ "code": 200,
+ "_postman_previewlanguage": "xml",
+ "header": [
+ {
+ "key": "Content-Type",
+ "value": "text/xml; charset=utf-8"
+ }
+ ],
+ "cookie": [],
+ "body": "\n\n \n The element or type could not be found undefined\n \n\n"
+ }
+ ]
+ }
+ ],
+ "variable": [
+ {
+ "key": "CountriesPortSoap11BaseUrl",
+ "value": "http://localhost:8080",
+ "type": "any"
+ }
+ ]
+}
\ No newline at end of file