You are on page 1of 2

Request when delete document is Null

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:doc="http://documen


<soapenv:Header/>
<soapenv:Body>
<doc:deleteDocument>
<!--Optional:-->
<userContext>
<cobrandId>${#TestSuite#CobrandID}</cobrandId>
<channelId>${#TestSuite#channelId}</channelId>
<locale>
<country>${#TestSuite#Country}</country>
<language>${#TestSuite#Langauge}</language>
</locale>
<tncVersion>${#TestSuite#TNCVersion}</tncVersion>
<applicationId>${#TestSuite#ApplicationID}</applicationId>
<cobrandConversationCredentials xsi:type="ns506:SessionCredentials" xmlns:ns506="http://login.ext.soa
<sessionToken>${ATFProperties#SessionToken}</sessionToken>
</cobrandConversationCredentials>
<fetchAllLocaleData>true</fetchAllLocaleData>
<conversationCredentials xsi:type="ns219:SessionCredentials" xmlns:ns219="http://login.ext.soap.yodlee
<sessionToken>${ATFProperties#LoginSessionToken}</sessionToken>
</conversationCredentials>
<valid>true</valid>
<isPasswordExpired>false</isPasswordExpired>
</userContext>
<!--Optional:-->
<documentIds>
<!--Zero or more repetitions:-->
</documentIds>
</doc:deleteDocument>
</soapenv:Body>
</soapenv:Envelope>

Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns22:deleteDocumentResponse xmlns:ns22="http://documentmanagementservice.documentmanagement
<deleteDocumentReturn/>
</ns22:deleteDocumentResponse>
</soapenv:Body>
</soapenv:Envelope>
xmlns:doc="http://documentmanagementservice.documentmanagement.core.soap.yodlee.com">

:ns506="http://login.ext.soap.yodlee.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

"http://login.ext.soap.yodlee.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

vice.documentmanagement.core.soap.yodlee.com">

You might also like