Write xml file for SOAP response to GET /api/hello

This commit is contained in:
flyingscorpio@clevo 2023-01-08 13:10:39 +01:00
parent b5becee084
commit dc2f0334b6

8
soap/hello.xml Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://bk/test">
<soapenv:Body>
<ns1:helloResponse>
<return>Hello from Hephaistos!</return>
</ns1:helloResponse>
</soapenv:Body>
</soapenv:Envelope>