Calling Webservice from ASP Classic

If you are having a problem using Dragnet, post a message here.

Moderator: SourceGear

Locked
ZackJones
Posts: 131
Joined: Mon Mar 08, 2004 6:30 am
Location: Warner Robins, GA

Calling Webservice from ASP Classic

Post by ZackJones » Thu Jun 30, 2005 4:48 am

Is it possible to call the Dragnet WebService using ASP Classic? My guess is that you can't but I thought I'd ask.

Here's the situation. I have a few web applications that I host that are still running in ASP (they will be converted to .Net sometime in the future). What I would like to be able to do is submit items automatically like I can on my .Net web applications.

Would SourceGear consider publishing the parameters that must be passed to the stored procedure used to add items? If I had that information I'd be good to go.

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Thu Jun 30, 2005 7:20 am

Zack:

If you can find an ASP based wrapper for SOAP / web service calls, you could use that for integration.

The web methods / parameters can be found on your Dragnet server with the following URL : http://localhost/dragnet/dragnetwebservice.asmx
Jeff Clausius
SourceGear

Locked