Top "Web-reference" questions

Web Reference is a technique used in software development to provide access to a resource that is available using Internet protocols

Changing the namespace for a Web Reference in a Project to be Made Into a VS Project Template

When I add a web reference to a project, it comes up with a default namespace of: com.wpdevs.myservice. …

visual-studio-2008 namespaces vsx web-reference
.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 …

.net configuration web-config app-config web-reference
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 …

winforms web-services asmx web-reference
web reference configuration issue

I am struggling with how to configure the url to a web reference. Here is the case. I have: old …

web-services web-config asmx web-reference
How to add <soap:Header> tag? WSDL not appearing with these info

I need to add to my message something like this: <soap:Header> <wsse:Security xmlns:wsse="http://…

web-services c#-4.0 ws-security soapheader web-reference
there was an error downloading $metadata from web reference

I'm trying to update/add a web reference from visual studio community 2013 but I have experimented a very tedious error …

c# wsdl metadata web-reference
Where do I set the CookieContainer on a Service Reference?

When adding WebService Reference to an ASMX Service on a .NET 2.0 project for example, var objService = new NameSpace.groupservices(); there …

c# web-services asmx service-reference web-reference
.net core add Web Reference

I have two Web Project. First was created about 2-3 weeks ago and Second today. I want to add Web …

asp.net-core .net-core visual-studio-2017 asp.net-core-1.1 web-reference