Hi there, I'm consuming SRM wsdl using SoapUI. I want to unprotect some vms using UnprotectVms call but when I call this api, I got 'Object has deleted or has not completely created' in response. Attaching the request and response output of SoapUI. Could you please help me to make this call successful.
I'm defining type from srm_60_api documentation in request and the vmId which I got from ProtectionListProtectedVms api call. When I looked into SRM server log I saw following message.
2015-12-08T10:44:45.461-08:00 [05008 error 'authorize.EntityResolver'] Failed to resolve drextapi.ProtectionGroup:SrmProtectionGroup type
Does this mean request wsdl request is in wrong format? Please let me know the way to create correct request if it is.