by fishoutawata (5 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(9 Votes)
This is an example of how you might use XML in an application. The client project makes a call to a remote object by sending XML to a webserver, which in return creates the object, performs the method requested and returns the results to the client. Please read the readme.txt included in the zip file.
Assumes
You need a webserver to test against. Otherwise just use the web server address already coded in the client project.