J
JunkFan
I have been looking at several examples this evening and have not been ablet
to get a working conversion of this code. Could someone take the code below
that would have posted to a web service and show me how to do this in VB code
and to receive the response from the service please?
HTML EXAMPLE TO BE CONVERTED
-----------------------------------------------------
<form method="post" action="https://SomeWebAddress/process.cgi">
<input type="hidden" name="action" value="Type_Of_Acion">
<input type="hidden" name="acctid" value="TEST0">
<input type="hidden" name="amount" value="51.35">
<input type="hidden" name="ccname" value="Joe Customer">
<input type="hidden" name="ccnum" value="5454545454545454">
<input type="hidden" name="expmon" value="01">
<input type="hidden" name="expyear" value="2009">
<input type="submit">
</form>
to get a working conversion of this code. Could someone take the code below
that would have posted to a web service and show me how to do this in VB code
and to receive the response from the service please?
HTML EXAMPLE TO BE CONVERTED
-----------------------------------------------------
<form method="post" action="https://SomeWebAddress/process.cgi">
<input type="hidden" name="action" value="Type_Of_Acion">
<input type="hidden" name="acctid" value="TEST0">
<input type="hidden" name="amount" value="51.35">
<input type="hidden" name="ccname" value="Joe Customer">
<input type="hidden" name="ccnum" value="5454545454545454">
<input type="hidden" name="expmon" value="01">
<input type="hidden" name="expyear" value="2009">
<input type="submit">
</form>