I get the response from REST API in an xml format (as follows) and I want to read the values of StreetName and StreetNumber using vb6.0 which will be different every time I send data and get a response from REST API.
Can you please help me with code in vb6.0 to solve this problem?
Thenk you for your time.
<?xml version="1.0" encoding="utf-8"?>
<Country xmlns:xsi=" xmlns:xsd="<city>
<index>1</index>
<StreetName>Street name</StreetName>
<StreetNumber>1050</StreetNumber>
<status>Success</status>
</city>
</Country>
Can you please help me with code in vb6.0 to solve this problem?
Thenk you for your time.
<?xml version="1.0" encoding="utf-8"?>
<Country xmlns:xsi=" xmlns:xsd="<city>
<index>1</index>
<StreetName>Street name</StreetName>
<StreetNumber>1050</StreetNumber>
<status>Success</status>
</city>
</Country>