Click here to Skip to main content
16,020,990 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header>
<RateLimitMax xmlns="http://api.icims.com/v1">5000</RateLimitMax>
<RateLimitRemaining xmlns="http://api.icims.com/v1">4998</RateLimitRemaining>
<RateLimitReset xmlns="http://api.icims.com/v1">51941</RateLimitReset>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<CreateOrUpdateResponse xmlns="http://api.icims.com/v1">
<Result><Success>true</Success>
<Warnings><Warning>Warning: EmpSupervisor: Person with SystemID 182 not found - Records: 1 </Warning>
</Warnings>
</Result>
</CreateOrUpdateResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



hi guys,

i want to retrieve the node value of result/success.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900