Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.example.org/WS-HT/api/xsd"> <soapenv:Header/> <soapenv:Body> <htdt:getMyTasks xmlns:htdt="http://www.example.org/WS-HT/api/xsd"> <htdt:taskType>TASKS</htdt:taskType> <htdt:genericHumanRole>POTENTIAL_OWNERS</htdt:genericHumanRole> <htdt:status>READY</htdt:status> <htdt:maxTasks>5</htdt:maxTasks> </htdt:getMyTasks> </soapenv:Body> </soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <htdt:getMyTasksResponse xmlns:htdt="http://www.example.org/WS-HT/api/xsd" xmlns:htda="http://www.example.org/WS-HT/api"> <htdt:taskAbstract> <htda:id>urn:b4p:5</htda:id> <htda:taskType>TASK</htda:taskType> <htda:name>ApproveLoan</htda:name> <htda:status>READY</htda:status> <htda:priority>2</htda:priority> <htda:taskInitiator>anonymous</htda:taskInitiator> <htda:potentialOwners> <htd:users xmlns:htd="http://www.example.org/WS-HT"> <htd:user>loanrep1</htd:user> <htd:user>loanrep2</htd:user> </htd:users> </htda:potentialOwners> <htda:businessAdministrators> <htd:groups xmlns:htd="http://www.example.org/WS-HT"> <htd:group>loanmgr1</htd:group> </htd:groups> </htda:businessAdministrators> <htda:createdOn>2009-04-23T19:12:21.615Z</htda:createdOn> <htda:createdBy>anonymous</htda:createdBy> <htda:activationTime>2009-04-23T19:12:21.615Z</htda:activationTime> <htda:isSkipable>true</htda:isSkipable> <htda:hasPotentialOwner>true</htda:hasPotentialOwners> <htda:startByExists>false</htda:startByExists> <htda:completeByExists>false</htda:completeByExists> <htda:presentationName>Loan Approval Demo</htda:presentationName> <htda:presentationSubject>Loan request for US$ 15000 from John Smith [taskid: urn:b4p:5]</htda:presentationSubject> <htda:renderingMethodExists>false</htda:renderingMethodExists> <htda:hasOutput>false</htda:hasOutput> <htda:hasFault>false</htda:hasFault> <htda:hasAttachments>false</htda:hasAttachments> <htda:hasComments>false</htda:hasComments> <htda:escalated>false</htda:escalated> <htda:primarySearchBy>123-45-6789</htda:primarySearchBy> </htdt:taskAbstract> </htdt:getMyTasksResponse> </soapenv:Body> </soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.example.org/WS-HT/api/xsd"> <soapenv:Header/> <soapenv:Body> <htdt:claim xmlns:htdt="http://www.example.org/WS-HT/api/xsd"> <htdt:identifier>urn:b4p:62</htdt:identifier> </htdt:claim> </soapenv:Body> </soapenv:Envelope>