If weight < 1 Then price = 2.5
If weight >= 1 And weight < 5 Then price = 10
If weight >= 5 And weight < 10 Then price = 15
If weight >= 10 Then price = 16
User Profile
Collapse
-
Setting a SOAP message in VB 6.0
We need to send a soap message containing a zipped XML file to a web site with a user name password required for access. Can't find the procedure and/or a manual to explain the soap functions available in VB 6.0. We have installed the mssoaplib30 so the functions are there.
We have been programming in VB6.0 for a longtime but the can't find information on the SOAP extensions.
Thanks
No activity results to display
Show More
Leave a comment: