I have made a workflow that captures the task/blocking task for vApp modification.When I made a sample change in the vApp, I changed the name, as well as its lease times. However, I am unable to extract that [change] information from the blocking task/task/vApp object provided. Where am I going wrong?
I have included some output below... I didn't include the vApp XML since it is (predictably) info for the vApp before the proposed changes.
taskXML :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns6:Task xmlns="http://www.vmware.com/vcloud/versions" xmlns:ns2="http://schemas.dmtf.org/ovf/envelope/1" xmlns:ns3="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:ns4="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:ns5="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:ns6="http://www.vmware.com/vcloud/v1.5" xmlns:ns7="http://www.vmware.com/schema/ovf" xmlns:ns8="http://schemas.dmtf.org/ovf/environment/1" xmlns:ns9="http://www.vmware.com/vcloud/extension/v1.5" status="preRunning" startTime="2013-05-23T18:37:15.681-07:00" serviceNamespace="com.vmware.vcloud" operationName="vdcUpdateVapp" operation="Updating Virtual Application abcdef(7f4d160f-1636-4a6b-8097-407c8b0726f5)" expiryTime="2013-08-21T18:37:15.681-07:00" cancelRequested="false" name="task" id="urn:vcloud:task:189d78e7-a6db-4d8e-a612-11e73e9f4218" type="application/vnd.vmware.vcloud.task+xml" href="https://usyp-vcd.kingstonlab.corp/api/task/189d78e7-a6db-4d8e-a612-11e73e9f4218">
<ns6:Link rel="down" type="application/vnd.vmware.admin.blockingTask+xml" href="https://usyp-vcd.kingstonlab.corp/api/admin/extension/blockingTask/0642cf0f-816a-4707-96ff-a3a55297222c"/>
<ns6:Owner type="application/vnd.vmware.vcloud.vApp+xml" name="abcdef" href="https://usyp-vcd.kingstonlab.corp/api/vApp/vapp-7f4d160f-1636-4a6b-8097-407c8b0726f5"/>
<ns6:User type="application/vnd.vmware.admin.user+xml" name="eshen_auth" href="https://usyp-vcd.kingstonlab.corp/api/admin/user/538b77ae-0c6c-4ea1-bd95-15e1dcc71814"/>
<ns6:Organization type="application/vnd.vmware.vcloud.org+xml" name="lab-AdminOrg" href="https://usyp-vcd.kingstonlab.corp/api/org/809f461e-f36b-4b00-b5ab-56e3a8b44fe7"/>
<ns6:Progress>0</ns6:Progress>
<ns6:Details>blockingTask.pendingStatus</ns6:Details>
</ns6:Task>
messagebody :
<?xml version="1.0" encoding="UTF-8"?>
<vmext:Notification xmlns:vmext="http://www.vmware.com/vcloud/extension/v1.5" type="com/vmware/vcloud/event/blockingtask/create" eventId="934f1912-8b92-48d4-a772-a00bf7226385" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vmware.com/vcloud/extension/v1.5http://usyp-vcd.kingstonlab.corp/api/v1.5/schema/vmwextensions.xsd">
<vmext:Link rel="entityResolver" href="https://usyp-vcd.kingstonlab.corp/api/entity/"/>
<vmext:EntityLink rel="entity" type="vcloud:blockingTask" name="vdcUpdateVapp" id="urn:vcloud:blockingTask:0642cf0f-816a-4707-96ff-a3a55297222c"/>
<vmext:EntityLink rel="down" type="vcloud:user" name="eshen_auth" id="urn:vcloud:user:538b77ae-0c6c-4ea1-bd95-15e1dcc71814"/>
<vmext:EntityLink rel="up" type="vcloud:org" name="lab-AdminOrg" id="urn:vcloud:org:809f461e-f36b-4b00-b5ab-56e3a8b44fe7"/>
<vmext:EntityLink rel="task" type="vcloud:task" name="vdcUpdateVapp" id="urn:vcloud:task:189d78e7-a6db-4d8e-a612-11e73e9f4218"/>
<vmext:EntityLink rel="task:owner" type="vcloud:vapp" id="urn:vcloud:vapp:7f4d160f-1636-4a6b-8097-407c8b0726f5"/>
<vmext:Timestamp>2013-05-23T18:37:15.711-07:00</vmext:Timestamp>
<vmext:OperationSuccess>true</vmext:OperationSuccess>
</vmext:Notification>
Blocking Task XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns9:BlockingTask xmlns="http://www.vmware.com/vcloud/versions" xmlns:ns2="http://schemas.dmtf.org/ovf/envelope/1" xmlns:ns3="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:ns4="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:ns5="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:ns6="http://www.vmware.com/vcloud/v1.5" xmlns:ns7="http://www.vmware.com/schema/ovf" xmlns:ns8="http://schemas.dmtf.org/ovf/environment/1" xmlns:ns9="http://www.vmware.com/vcloud/extension/v1.5" status="active" timeoutDate="2013-05-23T18:52:15.707-07:00" timeoutAction="resume" createdTime="2013-05-23T18:37:15.707-07:00" name="vdcUpdateVapp" id="urn:vcloud:blockingTask:0642cf0f-816a-4707-96ff-a3a55297222c" type="application/vnd.vmware.admin.blockingTask+xml" href="https://usyp-vcd.kingstonlab.corp/api/admin/extension/blockingTask/0642cf0f-816a-4707-96ff-a3a55297222c">
<ns6:Link rel="resume" type="application/vnd.vmware.admin.blockingTaskOperationParams+xml" href="https://usyp-vcd.kingstonlab.corp/api/admin/extension/blockingTask/0642cf0f-816a-4707-96ff-a3a55297222c/action/resume"/>
<ns6:Link rel="abort" type="application/vnd.vmware.admin.blockingTaskOperationParams+xml" href="https://usyp-vcd.kingstonlab.corp/api/admin/extension/blockingTask/0642cf0f-816a-4707-96ff-a3a55297222c/action/abort"/>
<ns6:Link rel="fail" type="application/vnd.vmware.admin.blockingTaskOperationParams+xml" href="https://usyp-vcd.kingstonlab.corp/api/admin/extension/blockingTask/0642cf0f-816a-4707-96ff-a3a55297222c/action/fail"/>
<ns6:Link rel="updateProgress" type="application/vnd.vmware.admin.blockingTaskUpdateProgressOperationParams+xml" href="https://usyp-vcd.kingstonlab.corp/api/admin/extension/blockingTask/0642cf0f-816a-4707-96ff-a3a55297222c/action/updateProgress"/>
<ns6:Link rel="up" type="application/vnd.vmware.vcloud.task+xml" href="https://usyp-vcd.kingstonlab.corp/api/task/189d78e7-a6db-4d8e-a612-11e73e9f4218"/>
<ns6:Organization type="application/vnd.vmware.admin.organization+xml" name="lab-AdminOrg" href="https://usyp-vcd.kingstonlab.corp/api/admin/org/809f461e-f36b-4b00-b5ab-56e3a8b44fe7"/>
<ns6:User type="application/vnd.vmware.admin.user+xml" name="eshen_auth" href="https://usyp-vcd.kingstonlab.corp/api/admin/user/538b77ae-0c6c-4ea1-bd95-15e1dcc71814"/>
<ns6:TaskOwner type="application/vnd.vmware.vcloud.vApp+xml" name="" href="https://usyp-vcd.kingstonlab.corp/api/vApp/vapp-7f4d160f-1636-4a6b-8097-407c8b0726f5"/>
</ns9:BlockingTask>