cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to add .Net Web Reference

I'm having trouble adding web reference to my .Net project. I've been able to do this in the past.

 

When I try to add the web service for https://api.authorize.net/soap/v1/Service.asmx,  it takes forever before I get an error stating "There was an error downloading 'https://api.authorize.net/soap/v1/Service.asmx'.
The underlying connection was closed: The connection was closed unexpectedly.
There was an error downloading 'https://api.authorize.net/soap/v1/Service.asmx/$metadata'.
The underlying connection was closed: The conne"

 

This hasn't been a problem before.  What am I doing wrong?

abaronian
Member
2 REPLIES 2

This is the full error message:

 

Error 1 Failed to update Web Reference 'Service'.
Error:There was an error downloading 'https://apitest.authorize.net/soap/v1/Service.asmx?disco'.
The underlying connection was closed: The connection was closed unexpectedly.
There was an error downloading 'https://apitest.authorize.net/soap/v1/Service.asmx?disco/$metadata'.
The underlying connection w(0x80131509)
 file:///C:/Documents and Settings/User Name/My Documents/Visual Studio 2008/WebSites/wpx2/App_WebReferences/Service.discomap C:\...\wpx2\

What am I missing?

abaronian
Member

the link you need to add a reference to is https://api.authorize.net/soap/v1/Service.asmx?WSDL

 

I am having trouble using it though so best of luck to anyone trying to use it. 

jhayes2118
Member