function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saran ManickamVSaran ManickamV 

WebReference for ASP.Net 2.0 Web application.

I m woking on ASP.Net 2.0 with Samples that posted on

http://wiki.apexdevnet.com/index.php/Web_Services_API#.Net_and_Visual_Basic

 

I wanted to add Web reference for my application, but I didn't able to add. When I was trying with follwoing URL's that used as an web-reference with samples(.Net and Visual Basic) that posted, I geting following error message.

 

1. https://www.salesforce.com/services/Soap/u/10.0

 
Error message  -:
 
1.1 Web Services found at this URL
 
There was an error downloading 'https://www.salesforce.com/services/Soap/u/10.0'.
The request failed with HTTP status 405: GET not supported.
 
--

405 GET not supported


Resin Professional 3.0.25 (built Wed, 05 Dec 2007 08:31:01 PST)
 
 
Error Message -:
 
2.1 Web Services found at this URL
There was an error downloading 'https://na1-api-blitz01.soma.salesforce.com/services/Soap/m/10.0'.
The remote name could not be resolved: 'na1-api-blitz01.soma.sales
 
Can any one help me in this..
 
I have tryed with localhost, I got reference as an WSDL files but I didn't get as it is and I didn't able to use all methods.
 
Thanks in advance!
 
canonwcanonw
It sounds like to me you have the wsdl file download.  

If that's the case, you should do the following the in Add Web Reference dialog box.
Type the file in full path to URL combo box (e.g. C:\enterprise.wsdl), then press Go.  VS shoudl fetch the details accordingly.


Saran ManickamVSaran ManickamV

Thanks a lot. I have added like that only but some functions/methods are missing while pass on.  And its took as localhost reference and rest all same but not like two different web reference which we have with default samples.

once again Thanks budy..

have a nice time!

With Regards.