Just like my original question states.
I was wondering in there is a was in vb.net to consume an asp.net web api.
I'm a beginner asp.net programmer.
I'm watching videos on how to make the web api.
But can't seem to find any indication on using the web service in a vb.net application.
I just want to send serialized objects
to the web service
.
Have the web service deserialize
the object and make a decision based on it's contents and send back a respond to the application.
I need to start testing the web service
and I want to have my application to work with the api
.
Which loops back to the question. How do I send and receive data from the web api
in vb.net
?