Write xml file for SOAP response to GET /api/hello
This commit is contained in:
parent
b5becee084
commit
dc2f0334b6
1 changed files with 8 additions and 0 deletions
8
soap/hello.xml
Normal file
8
soap/hello.xml
Normal 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>
|
Loading…
Reference in a new issue