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

learn more… | top users | synonyms

-2
votes
0answers
21 views

Error: No credentials were found in service call

I'm facing a problem for a customer, can anyone help me out with the following? In .Net I need to call a java service, so created a web-reference in my solution. Even when I provide credentials I get ...
1
vote
1answer
33 views

Structure for loading different web references as a plug-in

We have developed an application in C# .NET that synchronises data (customers, orders) to a PHP e-commerce application using SOAP. The WSDL of the PHP application is added as a .NET 2.0 web reference ...
2
votes
1answer
66 views

Add web reference during build process

I have a C# solution in Visual Studio 2005. There is a web reference in one project that I have to change when I have to build the project for a determined environment, manually deleting the reference ...
0
votes
0answers
69 views

NullReferenceException when creating a web reference class

I have a C# / WPF project that references a webservice. However, sometimes I get a NullReferenceException when creating an instance of the auto-generated class that represents it: var service = new ...
3
votes
1answer
105 views

Change web reference IP in C# asp.net web forms project

I'm working on a project that was not created by me. This project contains a web reference to some windows service that is run on a remote machine. In Visual Studio 2010 it looks like this: I ...
0
votes
0answers
27 views

WCF service contract shows differently on windows mobile CE [closed]

I have created a WCF application using VS2008 here is the projects containing my code. The service runs fine on my local machine and I can add a reference to a winform application and use the ...
1
vote
1answer
103 views

Update dynamic Web Reference via command line (wsdl tool)

I have a problem with updating dynamic Web Reference using WSDL.exe tool. When I'm using "Update Web Reference" in VS, everything is working as expected. Below is generated code (part of ...
4
votes
1answer
233 views

C# Getting XML SOAP response from autogenerated Reference.cs in Visual Studio

In visual studio 2008 using .net 3.5 i have consumed a WSDL which has automatically generated a Reference.cs. This was done by right clicking on References in my project and selecting "Add Web ...
0
votes
0answers
121 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
36 views

Automated Web Reference Switching in C# project with NAnt

Problem: I have a C# 4.0 project with web references in Visual Studio 2010. I have two sets of web references, but I do not want to use them simultaneously. I want to be able to automatically remove ...
0
votes
1answer
613 views

Add WSSE SOAP Header to Web Reference

I'm trying to add a WSSE SOAP Header to my service call, but most of the examples focusses on WCF. I'm not making using of WCF. I have added a Web Reference (WSDL). I have tried various methods ...
0
votes
2answers
808 views

Adding Authorization Header to Web Reference

I'm attempting to make requests to a client's web service (I don't know the underlying platform at the client). I've consumed the client's WSDL in Visual Studio 2010 using "Add Web Reference" and ...
0
votes
1answer
42 views

Security notification bar

I need to add a web reference in Visual Studio 2012 (because service reference generates a blank reference CS and I have given up after hours of googling). When I go to add the web reference (add ...
1
vote
0answers
75 views

Increase SOAP message size in case of a web reference

I have a WCF soap service and a .net 1.1 project. The .net 1.1 project calls the Service (.svc) through a Web Reference. Ideally this should be a service reference but for compatibility issues it has ...
1
vote
0answers
64 views

Can not add SOAP Web Reference

I have a .wsdl file installed on my local server. However, when I try to add it through VS it can not find it at the installed path(root of localhost). I know the file is there because I can see it ...
1
vote
2answers
184 views

ASP.NET Web Reference Missing from DLL

I am working with a .NET 3.5 class library that was created in Visual Studio 2008, and later updated and recompiled in Visual Studio 2010. The strangest thing is happening: One of the Web References ...
1
vote
0answers
219 views

The type or namespace '' does not exist in the class or namespace '' error with Web Reference

I have a project that is receiving the "The type or namespace '' does not exist in the class or namespace ''" error. I've seen a lot of solutions here that haven't been able to solve my problem. ...
2
votes
1answer
362 views

SGEN failure: An attempt was made to load an assembly with an incorrect format in VS2008

I was able to find several similar questions asked and answered, but none of the answers or exact conditions applied to my situation. I have a .NET 3.5 project being built for x64. I also have an ...
6
votes
3answers
7k views

How to add a Web reference Visual Studio 2012

Is it possible to add a web reference to my project in Visual Studio 2012? In Visual Studio 2010 it was possible by clicking the "Advanced" button in the "Add Service Reference" dialog, as it is ...
0
votes
0answers
289 views

C# Web Reference Encoding - no accented characters

I have an wsdl generated web reference in my project, and the response is coming fine, except for one thing: accented characters are appearing as ??, for example, "não" is showing "n??o". ...
1
vote
1answer
422 views

Bypass proxy when calling a web service from a Windows service

I have a Windows service that is calling a web service, passing a string, and returning a success or error message. Everything has worked fine in all my testing and development... until I tried to ...
0
votes
0answers
202 views

WCF: updating web references does not update Settings.Settings or App.Config with correct URL

I have a set of working web services which I would like to hook into from my client application. From VS 2008, I have previously been able to simply click on Add Web Reference (to add a new ref) or ...
0
votes
1answer
1k views

web reference configuration issue

I am struggling with how to configure the url to a web reference. Here is the case. I have: old asp.net webservices <----- c# project that compiles to dll <----- website that references the dll ...
3
votes
0answers
411 views

Change dynamic web reference from web./app.config

I have a problem changing a dynamic web reference in the config file. Changing the url in the config file doesn't have any effect. I have to change the url in .settings and compile for it to change. ...
0
votes
2answers
216 views

Consuming a WCF Service With ClientCredentialType=“UserName” From .Net 2.0

I'm helping someone use Visual Studio Tools For Applications to connect an Infopath application to a service written using WCF that requires a username and password be sent in the SOAP header ...
1
vote
1answer
377 views

I am unable to make application release in monodroid

I have been using monodroid in debug mode, but now my app is finished testing and I would like to release it to a device and then to google play store, I get the following error `Error 1 Could not ...
0
votes
2answers
359 views

Update web service at runtime

I have a MVC application which i m integrating with slaesforce. And it is working fine, salesforce provied WSDL which is used in/as a web reference in MVC application and successfully access ...
1
vote
1answer
399 views

The type or namespace name 'ReportingServiceSoapClient' could not be found

I've about given up on this one. I know this is a reporting services web reference however I know it's not either of these below urls. reportserv/ReportServer/ReportExecution2005.asmx ...
0
votes
2answers
348 views

Passing web reference objects between dll's

I have a project with two dll's (I'll name them A & B). In the first dll I want to pass a object of a web reference to my other dll. The two dll's use properties from the object so I have added a ...
2
votes
2answers
182 views

Edit Appsettings in Winforms C#

I need to change my Webreference url in C# windows app. My app.config file has applicationSettings as <applicationSettings> <DataAggregator.Properties.Settings> <setting ...
0
votes
1answer
1k views

C# web reference -setting the Timeout in app.config

I have a program that uses web reference in order to connect to the server. The web reference is configured in app.config file in the following way: <applicationSettings> ...
0
votes
1answer
1k views

CRM 2011 using organization.svc as a web reference

In CRM 4, I used to add web reference in my visual studio project of the CRMService.asmx and it would bring me all the entities (including custom entities) and all the services. Now I've moved to CRM ...
0
votes
3answers
384 views

Creating class library project from winform

I have a winform project (from a different person, I didn't build it), that uses a web reference. I want to create a new project - class library project - based on the winform project (without GUI). ...
0
votes
0answers
284 views

How to do Web reference in VB.net? Database using phpmyadmin in xampp

My data look like this: patient_name = txtName.Text patient_age = nudAge.TextAlign date_confinement = dtpDate.Text patient_sickness = txtSickness.Text number_bottle = txtBottle.Text drop_rate = ...
2
votes
3answers
120 views

Interface for two almost identical web references in C#

I have 2 web refs which I can't change: They are almost identical but when referenced one only accepts ProperCase and the other Uppercamelcase. Example Not only props is the thing but entire ...
0
votes
1answer
597 views

Adding a WCF reference via “Add Web Reference”

I'm using Visual Studio 2008 with a project that's targeting .NET 2.0. I need to add a reference to a WCF service that's defined in another project within the same solution. The WCF project targets ...
0
votes
1answer
112 views

Webreference not returning data in .Net

First time trying to use webservices. I am using VS2005 and trying to call a webservice function. I added my webreference to the WSDL, got my autogenerated code. I am able to call it with no ...
2
votes
1answer
3k views

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://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" ...
1
vote
0answers
1k views

HTTP/1.1 500 Internal Server Error when calling Web Service from .NET Client

I'm trying to connect to a https web service (not .NET as far as I know). I can't control the other side in any way, I just got some standards and a wsdl to operate with it. I have created at first ...
2
votes
0answers
205 views

Add a web reference programmatically in .NET compact framework

I'm using a development environment which is based on .NET compact framework for Windows CE operating system. The development environment is pretty closed, but the scripting interface is like a ...
1
vote
1answer
285 views

VB.NET Case Insensitive Web Reference enumeration Issue

I created a Web Reference (also tried Service Reference) to a WSDL that had the following node inside an xsd: <xs:element name="filter"> <xs:complexType> <xs:choice ...
1
vote
1answer
998 views

Unable to add a secure web reference in VS.Net 2010

Background: I've been tasked with creating a single sign on solution which will redirect our internal users to a vendor's web application. I've set it up as an ASP.Net project which will call a web ...
2
votes
1answer
445 views

Consuming a webservice php with C#

here is the wsdl soap field <element name="transactionCle" nillable="true" type="xsd:int"/> when I call the WS in PHP and I show the soap with __getLastResponse() I get that for the ...
2
votes
3answers
4k views

How to get value from applicationSettings?

I am trying to get value of service in my application from app.config. I have to send it to the application which shows the URL. A web service which I am consuming in this aplication also using it so ...
0
votes
1answer
712 views

Adding a Web Reference in Visual Studio 11

I have a wsdl file I am trying to add into a Metro application created in the developer preview for Visual Studio 11. This is from a third party API. The sample application provided runs correctly ...
2
votes
2answers
654 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 ...
2
votes
1answer
355 views

Enum not passed successfully from .NET2.0 Client to WCF Service

I have a WCF Service (.NET4.0). Client is in .NET2.0. Enum values passed by the client into the service are always set with enum default value (which is the first enum member). Is this an issue in ...
0
votes
1answer
279 views

consuming a php web service with asp.net

i wanna consume a php web service with asp.net but web service requires post data. So add reference tab is not working for me? is there any solution to that problem. thanks
1
vote
1answer
686 views

Consume WCF service using add web reference and add a soap header

I have a WCF 4 web service that checks for a soap header. This works fine with a WCF client but I have a customer that needs to use the old web reference from their app. How do you consume a WCF ...
0
votes
1answer
109 views

Visual Studio Web Reference rrrors

I have a website solution that used to be managed using VS2008. Now since migrating to VS2010 I have noticed a long list of errors caused by auto generated WebReference code. The code generated is in ...

1 2