I’ve tried many things and can’t seem to get the imageURL value from the below XML.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetDocumentResponse xmlns="http://www.aaacooper.com/">
<GetDocumentResult>
<ImageType>BL</ImageType>
<ImageFormat>PDF</ImageFormat>
<ImageUrl xsi:type="xsd:string">HTTP://ECM.AAACOOPER.COM/PGMS/rvimain.pgm?ENCI=774E12312313247BFFA6703360932A26C89812F226F067238F129E10EC416DC8A006F&</ImageUrl>
<ErrorMessage />
</GetDocumentResult>
</GetDocumentResponse>
</soap:Body>
</soap:Envelope>