8 lines
339 B
XML
8 lines
339 B
XML
<?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>
|