service-reference Questions
1
Solved
The situation that I'm working with is suboptimal, so bear with me..
We are to consume external (non .NET) SOAP-webservices.
For some reason, each method is implemented in a separate web service w...
Colosseum asked 19/2, 2013 at 13:54
2
Solved
Working with MVC4 and VS2012, I am using a Service Reference, which auto generates a Reference.cs file. When I build, I get dozens of warnings as errors that read
'Missing XML comment for publi...
Ritualism asked 13/2, 2013 at 11:7
2
Solved
We have a webservice named, let's say Foo.
So there is a Foo.svc file and a code behind Foo.svc.cs.
We add a silverlight project and wish to use the Foo.svc services so we add a Service Reference...
Filth asked 15/3, 2010 at 2:29
3
I am binding to an existing ASMX web service using a WCF service reference. I have a method that returns a DataSet object that contains a string of 500k length.
As a standard "old-school" web refe...
Silvereye asked 8/6, 2011 at 11:16
1
Solved
I've got a local WCF service in my solution which I have referenced. However my controller class is not able to pick up the Service namespace? Traditionally I would use svcUtil to write a wrapper c...
Petasus asked 9/7, 2012 at 11:13
2
Solved
Every time I make changes to my WS and update the reference in Visual Studio, VS overwrites my app.config with additional unnecessary information. So when I start my client afterwards, I get this e...
Idiom asked 7/1, 2011 at 13:8
1
Solved
I have added a web service in Visual Studio 2010 using the "Add Service Reference...". This generates some code in a file called Reference.cs. Now, if I call one of the methods I wan't to know what...
Intense asked 18/4, 2012 at 12:6
2
Solved
I have a project that has a service reference to a web service. Is there a way from the codebehind to get the actual http address of the service reference?
Thanks
Edana asked 24/2, 2012 at 15:7
2
Solved
Windows has a limitation of 259 characters in paths. Unfortunately, this is starting to cause problems for us due to some of our Service Reference names.
For example, we have our TFS branch with a...
Copyread asked 1/9, 2011 at 14:50
2
Solved
So it seems like I have a couple of major options when getting WCF service proxy code into a project in Visual Studio:
Use Visual Studio's built-in tooling for Service References
Use a simple svc...
Disafforest asked 19/9, 2011 at 16:58
4
Solved
I have a WPF application using service references to a WCF service. When doing updates on the service I need to update the service reference, so I right click it and hit "Update Service Reference"....
Lederer asked 9/12, 2009 at 10:37
5
Solved
I have a C# class library and a startup project (a console app). The class library includes a service reference to a web service. When I try to run the project, I get an InvalidOperationException b...
Slivovitz asked 9/2, 2009 at 19:35
3
Solved
Is it possible to add a service reference in visual studio, which generates the local proxy class to call the WCF service when using the netTcpBinding?
As I understood it, the service reference me...
Marijo asked 25/2, 2010 at 15:50
1
When I add a WCF service reference in Visual Studio 2008, a directory named Service Reference\ServiceReferenceNamespace is created.
In this directory, there's files named Service.xsd, Service1.xs...
Thetic asked 18/11, 2009 at 10:55
© 2022 - 2024 — McMap. All rights reserved.