My problem is while testing with canoo when I click one of my link it results in to a xml file. Now I have to read/verify the contents of that xml file using canoo. Has anybody done this before? Your help will be higly appreciated.
Attaching here the contents of xml.
-Ruchika
<?xml version="1.0" encoding="UTF-8" ?> - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <SOAP-ENV:Body> - <ns1:getUserInfoResponse xmlns:ns1="TestHelper.wsdl" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> - <return xmlns:ns2="TestHelper.xsd" xsi:type="ns2:test"> <userType xsi:type="xsd:string">Test</userType> <CN xsi:type="xsd:string">123456</CN> <credential xsi:type="xsd:string">Test</credential> <title xsi:type="xsd:string" xsi:nil="true" /> <jobClassDesc xsi:type="xsd:string" xsi:nil="true" /> <firstName xsi:type="xsd:string">FirstName</firstName> <lastName xsi:type="xsd:string">LastName</lastName> <loginID xsi:type="xsd:string">123456</loginID> <jobCode xsi:type="xsd:string" xsi:nil="true" /> <jobCodeDesc xsi:type="xsd:string" xsi:nil="true" /> <credentialDesc xsi:type="xsd:string">Test Director</credentialDesc> <middleName xsi:type="xsd:string" xsi:nil="true" /> <jobClass xsi:type="xsd:string" xsi:nil="true" /> </return> </ns1:getUserInfoResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>

