0
votes
2answers
16 views
Update webreference gives troubles with different versions of dll
In my application, I use some dll, let's say library.dll, version 1.0
In my webservice, I also use library.dll, but version 2.0
When I do an update of the webreference, the classe …
0
votes
3answers
116 views
How to handle SalesForce WSDL files for sandbox and production sites in ASP.Net?
I need to authenticate users and get info about them from an ASP.Net application.
Since I have 2 sites (sandbox, production) and 2 org IDs - I needed to generate 2 SalesForce WSDL …
0
votes
3answers
40 views
WCF - WebReferences not working
At the client end, I have generated a Proxy using SvcUtil.exe and it is working fine.
Then I have added a WebReference to the client assembly and calling the same method. But it …
0
votes
1answer
38 views
Serializability of enum-like class
I need to access an enum through a webservice.
As a webservice allocates 0 based integers to an enumeration (ignoring preset values in enum definition), I built the following:
p …
0
votes
1answer
129 views
dynamic web reference for use in SSRS
To use the web service that is part of an SSRS installation, it seems that you need to add a web reference to your project so that you can call it etc (see one of my previous quest …
0
votes
1answer
764 views
Adding a Web Reference for SharePoint in Visual Studio 2008
Whenever I add a web reference for any Sharepoint web service in VS 2008, the preview window while adding the web reference shows the proper method names:
Note CreateFolder:
Before …
2
votes
7answers
194 views
What is the best online book service for software development references?
I'm a member of ACM, and I have limited access to both Books 24x7 and Safari Books Online, however if I was interested in moving up to a full account for greater access to other bo …
1
vote
2answers
123 views
Unable to access WebService
I have a webservice @ http://recpushdata.cyndigo.com/Jobs.asmx but I'm not able to access it though I am adding it as a WebReference properly.
Any Help would be great.
0
votes
3answers
518 views
How do you pull the URL for an ASP.NET web reference from a configuration file in Visual Studio 2008?
I have a web reference for our report server embedded in our application. The server that the reports live on could change though, and I'd like to be able to change it "on the fly" …
