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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

data access request and response

Status
Not open for further replies.

bulletz

Technical User
Dec 4, 2003
2
US
hi there!
i know basics of xml. and im using it for a month now.
but i want to learn more. my current project wants me to use
xml to access a data system (send a http request), and displaying the response for that request. see below for example:

-----------------------------------------
request structure


response structure

<catalog>
<cd>
<title>titlename</title>
<price>$10.00</price>
</cd>
</catalog>

----------------------------------------------

questions are, where shall i put the request structure? and how to display the response?

everyone is welcome to help me. =)

thank you

sonny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top