Service Reference generates code from WSDL.

learn more… | top users | synonyms

0
votes
0answers
30 views

C# Can't generate task based operations using service reference

When I'm adding a service reference in Visual Studio Express 2012 for Windows Phone I can't choose the option "generate task based operations". I can't even uncheck the Allow generation of ...
1
vote
0answers
33 views

Add Service Reference Link is not showing in Visual Studio 2010

I am unable to view the add service reference view. I have tried installing visual studio and re-installing it again, But the problem is persistent. Below is the image.
0
votes
1answer
26 views

Unable to add service reference to Portable library

I am not able to add service reference to a portable library. Target frameworks are .Net 4.5, Windows store and Windows phone 8. Thanks
0
votes
1answer
19 views

Client/Server configuration issue with a Service Reference

I am running a Client/Server WinForm application. I added a Service Reference to a server side project. However during runtime I get the following error: Could not find default endpoint element ...
0
votes
2answers
121 views

Service Reference could not be found

I've created new website ( not web project ), In solution explorer right click on project and clicked Add Service Reference then I've add a web service provider address, a new folder named ...
0
votes
0answers
106 views

WCF - Web Service Unsecured or Incorrectly Secured Fault

I am trying to use a secure third party web service (which I have no control over) in my VB.Net app, and am getting the following error when trying to call the service: An unsecured or ...
1
vote
2answers
38 views

refreshing service references won't work

I'm working on a .net Mail Client/Service in Visual Studio 2010. The problem I experience right now is that if I change my Service, the client does not notice these changes. This is how I proceed: I ...
1
vote
2answers
83 views

Adding Service Reference for WCF Service generates empty reference.cs

I have seen this question before (here for one), however the solution is to not reuse referenced assemblies. I need to reuse included assemblies because multiple services reference the same shared ...
0
votes
2answers
70 views

WCF: Service References in production

I have some doubts about using Service References for an application that will be deployed to different customers. It's a WCF service on vb.net that will be hosted in a Windows Service, and it will be ...
1
vote
1answer
122 views

Using WCF Service to access SQL Server in Entity Framework — Why does it seem like it's using Integrated Security?

Quick Background I received code from a third party (contracted software) that I have to move onto my servers. When I run the code using their connections and service references, everything works ...
1
vote
2answers
49 views

UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the Salesforce

In windows Phone application, i added Enterprise.wsdl(obtained from my salesforce login id) as reference. I'm able to authenticate using Loginresult. But while using Create the above expense are ...
0
votes
0answers
68 views

change System.Xml.Serialization.SoapTypeAttribute namespace attribute

edit-beginning I'm using a SOAP-interface from different servers, which is always built in the same way, but has some slight differences in attributes like namespace. Functions, parameters and ...
1
vote
0answers
80 views

Getting a Windows Client to Change its Web Service Endpoint Dynamically – Problems with a WSDL

This describes a problem I had and the solution found, which I did not see discussed elsewhere (except the Background material). Background – What Should Work (but May Not) Let’s assume a web ...
0
votes
0answers
101 views

How to insert custom http header Date in WCF service Windows Phone?

I'm working on WCF service created with service reference on visual studio 2012 for Windows phone 8 and I need to set custom http header in all messages. I can set either the standard http headers and ...
0
votes
0answers
91 views

Visual Studio 2010 Service Reference - Duplicate Attribute error

My WPF application fails to get built with the errors: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute Duplicate 'System.Diagnostics.DebuggerStepThroughAttribute' attribute ...
0
votes
0answers
37 views

Expose WSDL over i-jetty on Android

I want to use android as a web service that expose WSDL, that I will be able to "Add service reference" in Visual Studio. I need to build a web service on android, I checked i-jetty for that, and the ...
0
votes
0answers
118 views

Web Reference works, but A Service Reference complains about Soap version

I have to connect to a legacy web service. In visual studio, if I do a Add Service Reference, then enter the url of the WSDL file on server. My service shows up, and I write the code against it. But ...
0
votes
1answer
62 views

Referencing a class library without having to reference the library's service references

I'm working with a 3rd party system that is only accessible through web and service references. While building a Windows Service that handles automated processing I have discovered that if web/service ...
1
vote
4answers
81 views

What's the difference between “Add reference” and “Add service reference”?

I have a C#/WCF service. I'm having problems adding a service reference to it, so one of my colleagues suggested that I simply add a reference to it using a library. The second answer here suggests ...
0
votes
0answers
70 views

Changing Collection Type when Consuming a Web Service

Im using odata service & VS2012. I have CollectionType set to Array http://screencast.com/t/afj3Eb99XM Once the feed is consumed, I get a convert error when using a datacontract object. My ...
0
votes
2answers
122 views

Could not find default endpoint element error in web application referencing own service

I have created a WCF service using ASP.NET 4 and am trying to connect to it inside my own web application project, which gives me the "Could not find default endpoint element" error. None of the ...
0
votes
2answers
208 views

Referencing a Wcf Tcp service from within the same solution

I am going through the walkthrough "How to: Use netTcpBinding with Windows Authentication and Transport Security in WCF Calling from Windows Forms" ...
1
vote
1answer
149 views

Reuse existing classes from another Service Reference

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 with ...
1
vote
1answer
688 views

Can't add web service reference to mvc 4 project

I have created a web service in Visual Studio 2012 using the WCF service application template. Everything works fine, but only if the host appliction is inside the same solution as you can see in ...
0
votes
2answers
41 views

Running Service In Second AppDomain

I have an object that I am instantiating into its own AppDomain. The main reason for this is that it calls into code that I don't control (third party dll) and if I need to Abort the thread, I can do ...
1
vote
1answer
169 views

Stylecop Suppress errors for Reference.cs file

I have just asked a similar question regarding auto generated code from Service References and Xml summary errors. An answer was posted suggesting that I could add the Service Reference into its own ...
3
votes
2answers
203 views

Suppress Xml warning for ServiceReference .cs file

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 ...
1
vote
1answer
320 views

How to use IssuedToken in a client with a WCF Service Reference

I have a WinForms app with a Service Reference generated from a WCF service that uses WS2007FederationHttpBinding. I can't understand why the following is not working. My WinForms app is calling a ...
0
votes
1answer
308 views

I can't add/remove service reference after migration to VS2012

I get this error after I try to Update/Delete/Create a service reference: The configuration for the service reference could not be added due to the following issue: Attribute 'binding' is required on ...
0
votes
0answers
124 views

C# Classlibary with service reference

I read alot here to see if I could find any solution to my problem. But didn't so now I'm asking. I'm building a class libary, the dll file I get from it, I have to add to dynamics ax so I can use ...
0
votes
0answers
117 views

Default endpoint error in script component

I have a simple package in Integration Services 2008 using SQL Server BI Development Studio. The package has a script component, which calls a service reference. In my scrip solution, app.config ...
0
votes
0answers
107 views

Add Service Reference to service hosted by winform with NetTcpBinding

I am using .NET 4.5 as target (x86) with Visual Studio 2012 Ultimate under Windows 7 Ultimate x64. I have a sample solution that accomplishes some of what I need. Basically a service hosted by a ...
1
vote
1answer
256 views

webservice error: The content type text/html of the response message does not match the content type of the binding

I created C# project and add a "web service" as a "Service Reference". my service almost allways works good, but sometimes, occures this error: The content type text/html of the response message ...
1
vote
2answers
60 views

When I build a c# project where does the service reference code go

when I build a project/solution that has a service reference in it, where is its compiled code? If I have a project called JR.Rowing.Utilities that has an output of class library, the \bin directory ...
1
vote
1answer
149 views

WCF service reference in Metro (Store) application won't work after update

Here's the scenario: On the server there's WCF service with some simple methods and few classes in it. The client is Metro (Store) app. Communication between the two worked just fine after service ...
0
votes
1answer
84 views

error when generating service reference via svcutil

I am using svcutil to generate service references from my wcf endpoints. All was working fine up to recently, but suddenly I started getting the following error against all my endpoints. ...
0
votes
0answers
37 views

Not getting netTcp and wsHttp endpoints when setting “Generate Asynchronous Operations” with service reference in visual studio

I am creating a wcf service with wsHttp and nettcp service endpoints and then adding a service reference to it in a client app and in advanced setting for that service reference checking "Generate ...
1
vote
0answers
144 views

generate objects from wcf service reference with T4

I am working with integrating an MVC4 application with WCF services. At present, I generate a service reference from the WCF services endpoint using svcutil. I have a number of services eg. a ...
1
vote
1answer
455 views

How to handle Service References in Windows Phone 8 without Task-Based proxies

With so much emphasis on Task-Based asynchronous development, I was surprised to see that Service References in Windows Phone 8 do not support task-based implementations. Instead they use a ...
4
votes
1answer
491 views

Generate only WCF Client Proxy code with svcutil without including referenced classes

I have a WCF service contract and implementation inside a class library. I register endpoints and start the service programatically with a worker role and want to use the service for interrole ...
0
votes
2answers
195 views

Method signature changes after adding WCF service

In my solution I have a create a WCF service which takes message contract class as parameter. [ServiceContract] public interface IServiceClass { [OperationContract] Employee ...
1
vote
2answers
933 views

Add Header to the Simple Web Service Request

I have a Console application, I add a Web reference simply by write click and use "Add Service Reference", then my .Config file changed to: <?xml version="1.0" encoding="utf-8" ?> ...
0
votes
2answers
308 views

Why is the <system.serviceModel> section missing from app.config?

I'm trying to consume a WCF service. I added a Service Reference, and now I'm trying to call it: BusStopServiceBinding.BusStopPortTypeClient client = new ...
1
vote
1answer
223 views

generating service references of wcf endpoints in client

I am currently working with WCF services. I am writing both the client (consuming application) and host (services application). Working on the client, I am writing the code for it, I have 3 options. ...
0
votes
1answer
98 views

add service reference and internal/public access level

I have a two wcf services which I opaque in a library with my api. In the library I added a references to these services with the access level set to internal, because I want only my custom api to be ...
0
votes
1answer
69 views

creating a wcf client assistance

I am currently developing a WCF client to interaction with a set of WCF service references. I am developing in c#. I don't want to following the approach of having to generate a service reference ...
2
votes
0answers
68 views

Can't Add My Service Reference

I have a WCF Data service that I was able to add to my project yesterday. Nothing that I can figure out has changed since then, but now when I delete that reference and try to re-add it, I get the ...
2
votes
4answers
55 views

How to tell where a Service Reference was generated from?

My Visual Studio 2010 project has a Service Reference defined. I can right click it to update the reference... but I have no idea what URL the reference was defined on, nor can I find a place to find ...
0
votes
1answer
122 views

Sharing common class in wcf project

class MyCommonClass { //properties } This class should be accessible in service project wcf-client project the other for which they are references. In this common project I can't generate ...
0
votes
0answers
73 views

Service Reference for a webservice

I have a vs.net solution with 2 web projects WebApp1: has 1 form called Default.aspx WebApp2: has 1 webservice called webservice1 I right clicked on WebApp1 and clicked "Add Service Reference" and ...

1 2 3 4