This may be so easy no one responds.
What is the XPath expression that fetches the value PPV - the
PersistentTicke t?
The namespace thing is throwing me off.
Thanks.
<?xml version="1.0" encoding="utf-8"?><soap:Envel ope
xmlns:soap="htt p://schemas.xmlsoap .org/soap/envelope/"
xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http ://www.w3.org/2001/
XMLSchema"><soa p:Header><Compa nyAuthHeader xmlns="http://
webservices.mon ster.com/MonsterPortal"> <PersistentTick et>PPV</
PersistentTicke t>
</CompanyAuthHead er>
</soap:Header>
<soap:Body>
<AuthenticateBy CompanyAccessTi cketResponse xmlns="http://ws.com/VX">
<AuthenticateBy CompanyAccessTi cketResult>true </
AuthenticateByC ompanyAccessTic ketResult>
</AuthenticateByC ompanyAccessTic ketResponse>
</soap:Body>
</soap:Envelope>
What is the XPath expression that fetches the value PPV - the
PersistentTicke t?
The namespace thing is throwing me off.
Thanks.
<?xml version="1.0" encoding="utf-8"?><soap:Envel ope
xmlns:soap="htt p://schemas.xmlsoap .org/soap/envelope/"
xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http ://www.w3.org/2001/
XMLSchema"><soa p:Header><Compa nyAuthHeader xmlns="http://
webservices.mon ster.com/MonsterPortal"> <PersistentTick et>PPV</
PersistentTicke t>
</CompanyAuthHead er>
</soap:Header>
<soap:Body>
<AuthenticateBy CompanyAccessTi cketResponse xmlns="http://ws.com/VX">
<AuthenticateBy CompanyAccessTi cketResult>true </
AuthenticateByC ompanyAccessTic ketResult>
</AuthenticateByC ompanyAccessTic ketResponse>
</soap:Body>
</soap:Envelope>
Comment