Calling a web service from ASP

M

Me

We are moving some current VB6 DLL functionality to a web service but still need to call it from clasic ASP. There is some debate about weather to wrap the soap calls in a VB6 DLL or to simply declare the classes in the ASP page itself. The reason for puting the classes directly into the ASP code are to prevent long running transactions from blocking each other and causing memory leakage. However, doesn't a VB6 DLL in a COM+ application with it's MTSTransactionMode property set to 'UseTransactions' accomplish the same goal -- plus the benefits of complied code? Any articles you could point me to about calling webservices via classic ASP will be greatly appreciated.
 
J

Jan Tielens

You can use the SOAP Toolkit, here's an introduction:
http://www.devarticles.com/c/a/ASP/An-Introduction-To-XML-SOAP-Using-ASP-and-VB6/

--
Greetz,
Jan
________________________
Read my weblog: http://weblogs.asp.net/jan

Me said:
We are moving some current VB6 DLL functionality to a web service but
still need to call it from clasic ASP. There is some debate about weather
to wrap the soap calls in a VB6 DLL or to simply declare the classes in the
ASP page itself. The reason for puting the classes directly into the ASP
code are to prevent long running transactions from blocking each other and
causing memory leakage. However, doesn't a VB6 DLL in a COM+ application
with it's MTSTransactionMode property set to 'UseTransactions' accomplish
the same goal -- plus the benefits of complied code? Any articles you could
point me to about calling webservices via classic ASP will be greatly
appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top