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.
Calling Webservice from ASP Classic
Moderator: SourceGear
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
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
SourceGear