In my ASP.Net application I'm trying to contact a host that does not have a
web service, i.e.: a file with the asmx extension such as, anything.asmx.
They do have an URL to be contacted by VB 6.0 ServerXMLHTTP40 Send method.
I've been communicating with them using VB 6.0 method for a couple years now
and I'd like to update my application to use .Net.
Is there a way I can communicate with this service using .Net?
Thanks,
King Wilder
web service, i.e.: a file with the asmx extension such as, anything.asmx.
They do have an URL to be contacted by VB 6.0 ServerXMLHTTP40 Send method.
I've been communicating with them using VB 6.0 method for a couple years now
and I'd like to update my application to use .Net.
Is there a way I can communicate with this service using .Net?
Thanks,
King Wilder
Comment