bit of refactoring and adding zamioculcas bin
This commit is contained in:
12
spec/responses/authenticate_response.xml
Normal file
12
spec/responses/authenticate_response.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<soap:Body>
|
||||
<AuthenticateResponse xmlns="urn:thesecretserver.com">
|
||||
<AuthenticateResult>
|
||||
<Errors>
|
||||
</Errors>
|
||||
<Token>imatoken</Token>
|
||||
</AuthenticateResult>
|
||||
</AuthenticateResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
Reference in New Issue
Block a user