mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
107a37fb92
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
14 lines
388 B
XML
14 lines
388 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<soap:Envelope
|
|
xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<soap:Body>
|
|
<LoginResponse
|
|
xmlns="http://url/DataService/">
|
|
<LoginResult>xxx-777-xxx-123</LoginResult>
|
|
</LoginResponse>
|
|
</soap:Body>
|
|
</soap:Envelope>
|
|
|