Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to read the REST API response using vb6.0

Status
Not open for further replies.

Dimbil

Programmer
Dec 26, 2021
1
GR
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top