Tagged Questions
4
votes
3answers
4k views
.NET DLL Settings and Config when there's a Web Reference - whats going on?
My understanding is, that .NET doesn't really 'do' config files for DLLs - only the main Executable or Web App gets a config file, and all DLLs referenced by the Executable/Web App read from that.
...
3
votes
2answers
667 views
Using a .Net 2.0 Web Reference in Visual Studio 2010
I have a .Net 3.5 class library project that I've migrated to use Visual Studio 2010. It still targets .Net 3.5. This project contains two ASP.Net 2.0 style Web References (with the auto generated ...
1
vote
2answers
29 views
ASP.NET - Calling a Web Service with SOAP
I've been doing .NET and C# programming for quite some time, but this is my first attempt at doing anything web-based with it. I need to call a SOAP web service, which I know the URL for, and call ...
1
vote
2answers
5k views
How do you add a web reference through a proxy/firewall?
I'm behind a firewall at work at the moment and I was testing something that I had deployed to my website, and the work proxy seems to be blocking it somewhat.
Basically I am getting a message of:
...
0
votes
1answer
22 views
DataType of web service to proxy calls to data access methods
In current project i work, asp.net soap web-services are used extensively to access data from the Sql Server Data base. There are several classes to that proxy to these web-services to retrieve typed ...
0
votes
0answers
70 views
How to update web reference programmatically?
In Visual Stuodio, we need to Update Web Reference every time the web service has been changed so that we can always reference to the latest web service. There's no problem doing it manually.
But is ...
0
votes
1answer
51 views
Service Reference client bug?
Hi i have a WPF application that uses a service reference to a web service...
Now i have a GUI component that tracks the progress of this...
But i seem to have some sort of bug here, it only occurs ...
0
votes
1answer
327 views
Fedex Tracking API C# not returning useful data
I'm using Fedex supplied example code for C# and I can NOT get it to return any information for active packages.
I've gotten issued a production api key/meter number/password but all it ever tells me ...
0
votes
0answers
35 views
Why is Visual Studio 2005 internal browser blank?
I have a somewhat complex solution on Visual Studio 2005, and among other things, some of its projects have web references.
I tried adding a new web reference, and the internal browser remains blank ...
0
votes
1answer
128 views
Web Reference or Service Reference in Business layer, where is the published url?
I have a solution that uses caching to trigger some action in the business project within my solution. I would like to call a web service from this project and was going to add either a web or service ...
0
votes
2answers
977 views
Adding web reference is not generating the expected reference.cs file. Absent functions
I'm working with an old windows app in visual studio 2005. A webserviced referenced in the original app has 2 functions and when i peak inside the auto-generated reference.cs file I notice a couple of ...
0
votes
3answers
802 views
How do I change the URL of my web service?
If I change the url in the web.config file will the change be reflected in the .disco, .discomap, and .wsdl files that are in the WebReferences folder?
[Edit]
I'm using asp.net 2005