Tagged Questions

1
vote
3answers
198 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 …
0
votes
1answer
39 views

URL Behaviour in a Visual Studio Web Reference

Hello, Please can some one explain exactly what the URL Behaviour (Static or Dynamic) property for a Web Reference in Visual Studio is for. I believe it affects where the URl for …
2
votes
2answers
132 views

Can I change a web service reference URL in the Config file?

I have an application targeting the 2.0 .NET framework. The solution is using the VS web service reference folder. A grep through the solution reveals that this URL lives in a hand …
0
votes
0answers
61 views

Compiled Proxy Class (in bin) vs. Web Reference

I have a handful of ASP.NET websites which communicate with different instances of SQL Server 2005 via a web reference to the report server's web service. However, today I toyed wi …
0
votes
6answers
321 views

Problems consuming webservice on ASP.NET on production(IIS) server

We've implemented some SOAP client code on our ASP.NET site that calls up a remote service. Implementation was basically done by using Visual Studio "Add Web Reference" wizard, add …
4
votes
5answers
2k views

Getting RAW Soap Data from a Web Reference Client running in ASP.net

I'm trying to trouble shoot a web service client in my current project. I'm not sure of the platform of the Service Server (Most likely LAMP). I believe there is a fault on their …
1
vote
3answers
609 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 gett …
0
votes
4answers
274 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 2 …
2
votes
2answers
78 views

Is it possible to change the properties of a WebReferance in run-time?

I am trying to come up with such a solution that the user is going to enter the URL of a web-service and it is going to be tested. Althogh what I want is a URL change, I guarantee …