Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

sjmatta/spring-cloud-gateway-poc

Repository files navigation

Run

Mac/Linux

./mvnw spring-boot:run

Windows

mvnw spring-boot:run

SOAP Endpoint

curl --location --request POST 'http://localhost:8080/tempconvert' \
--header 'Content-Type: application/soap+xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CelsiusToFahrenheit xmlns="https://www.w3schools.com/xml/">
      <Celsius>20</Celsius>
    </CelsiusToFahrenheit>
  </soap12:Body>
</soap12:Envelope>'

REST Endpoint

curl http://localhost:8080/helloworld

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages