Tagged Questions
The web-reference tag has no wiki summary.
14
votes
6answers
10k 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 side of the fence ...
5
votes
2answers
170 views
WCF to ASMX binding much slower returning large data than standard web reference
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 ...
4
votes
3answers
4k 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 read from that.
...
3
votes
2answers
667 views
Using a .Net 2.0 Web Reference in Visual Studio 2010
I have a .Net 3.5 class library project that I've migrated to use Visual Studio 2010. It still targets .Net 3.5. This project contains two ASP.Net 2.0 style Web References (with the auto generated ...
3
votes
1answer
725 views
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. This is the namespace I'd have expected it to use in the application.
When I add the using ...
3
votes
1answer
1k views
URL Behaviour in a Visual Studio Web Reference
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 the Web Service is stored ...
3
votes
2answers
2k 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 handful of files. ...
2
votes
1answer
30 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 ...
2
votes
2answers
133 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 the Service ...
1
vote
2answers
29 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 ...
1
vote
1answer
58 views
How to call the CreateUser method from a webreference
I've ran out of things to try, so I hope someone can help me with this.
I'm creating a "Register" page. When a user clicks the "Register" button, their information (email, username, password) needs ...
1
vote
1answer
28 views
how do I use my web reference in MVC?
greeting folks, I need to reference an external service in my MVC app.
I'm using this service to validate an authentication token that one of our clients has requested we use.
I'm porting an older ...
1
vote
0answers
141 views
Dynamic Web Reference with a WCF service
I have a WCF service written in .NET 4. For some reason when you create a Web Reference using Visual Studio 2003 and change the "URL Behavior" from static to dynamic it doesn't seem to be completely ...
1
vote
1answer
148 views
Automatically Update All Web References in a Project in VS
If I have a project file with 50+ web references, instead of going over each web reference
one by one and doing right-click-->Update, is there a way to have Visual Studio do it automatically?
1
vote
2answers
2k views
Adding a web reference in Visual Studio 2010 to point to a Sharepoint 2007 site
I'm building a console application that can load a content type and remove the seal on it through C#. In attempting to add a web reference to the application, I'm getting an error which is strange ...
1
vote
4answers
1k views
Add Web Service Reference Weird Problem in WP7
I have a WP7 project in VS2010 pro/ultimate and I have added a web reference from another project on the same solution. The web service project is just a normal website project, I just created .ASMX ...
1
vote
1answer
100 views
[Visual Studio]How can I update a foreign web reference?
I have a server where I use Microsoft CRM. MS CRM auto-generate web references. I take over someone else's application code (an application which connects to CRM). I expect to develop on my local ...
1
vote
1answer
219 views
Specify CLR namespace of auto-generated web service proxy class
When you add a Web Reference in an ASP.NET project in Visual Studio the web application's root namespace is always added.
So, if I add a web reference called MyWebService and the default namespace of ...
1
vote
3answers
1k views
SQL reporting services reference
I want to add service reference to SQL reporting services on local machine. In Reporting Service Configuration Manager under Web Service URL tab I have report service URL exposed, I have tried to add ...
1
vote
1answer
501 views
VS2008 Update Web Reference creates naming conflicts in Reference.cs
I have a Web service which, when updated on one computer with VS2008 works perfectly fine, but on another computer does not. The critical difference is the contents of the auto-generated Reference.cs.
...
1
vote
2answers
5k 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 getting a message of:
...
0
votes
1answer
22 views
DataType of web service to proxy calls to data access methods
In current project i work, asp.net soap web-services are used extensively to access data from the Sql Server Data base. There are several classes to that proxy to these web-services to retrieve typed ...
0
votes
1answer
28 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
0
votes
1answer
69 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
31 views
VisualStudio WebReference Errors
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 ...
0
votes
0answers
70 views
How to update web reference programmatically?
In Visual Stuodio, we need to Update Web Reference every time the web service has been changed so that we can always reference to the latest web service. There's no problem doing it manually.
But is ...
0
votes
0answers
142 views
ReportingService2005 via Web Reference - credentials being ignored?
(This is a corollary to my other recent question)
If you create an old fashioned (non-WCF) Web Reference to the ReportingService2005 service, you can pass in specific credentials like so:
...
0
votes
0answers
171 views
How to add web reference in eclipse Indigo version?
I'm using eclipse indigo version and i need to add web reference into my project so how can i do this one, plz help me.
Thanks,
nag.
0
votes
0answers
169 views
MonoDroid Web Reference - Method Parameters
I want to use a web service/reference in MonoDroid. I can create a Service-object and see my defined WebService-methods. But Mono seems to add some boolean parameters I didn't mention. Booleans with ...
0
votes
0answers
150 views
Error when importing a web reference in android app
I am trying to import a web reference into my project but the following error is been displayed when I right click my project and select import Web Reference (Trying to add a wsdl file).
Error:
...
0
votes
1answer
51 views
Service Reference client bug?
Hi i have a WPF application that uses a service reference to a web service...
Now i have a GUI component that tracks the progress of this...
But i seem to have some sort of bug here, it only occurs ...
0
votes
1answer
53 views
SoapException In Web Service
I have a tab control. 1st tab has a grid, one of the columns is a checkbox. The user selects it and clicks "Next" under the tab, then goes to next tab.
I'm using a web reference to get the values. ...
0
votes
1answer
283 views
C# Problem adding multiple web references to different versions of the same 3rd party API?
I have a problem in my C# ASP.NET MVC web app where we are trying to add multiple references to different versions of the Magento API.
Basically my app needs to be able to connect to different ...
0
votes
1answer
97 views
ASP WebReference namespace could not be found
I've added a WebReference to my project - when I try to reference it, it says the namespace could not be found. I know the syntax is right, but I think there is something I need to do to include it in ...
0
votes
0answers
117 views
C# Dynamic Web Reference and not generating Settings.settings
Is there anyway to turn off the generation of the Settings.settings file when I add a web reference? The problem is that creating the Settings.settings file creates a dependency to ...
0
votes
1answer
327 views
Fedex Tracking API C# not returning useful data
I'm using Fedex supplied example code for C# and I can NOT get it to return any information for active packages.
I've gotten issued a production api key/meter number/password but all it ever tells me ...
0
votes
1answer
143 views
Web Reference in Visual Studio does not exsist…so cannot update
Basically, I have a web Service which I developed. I then went down to the installation site to install the web Service and a handheld app which uses it.
Problem is, I came back off site, and now ...
0
votes
0answers
35 views
Why is Visual Studio 2005 internal browser blank?
I have a somewhat complex solution on Visual Studio 2005, and among other things, some of its projects have web references.
I tried adding a new web reference, and the internal browser remains blank ...
0
votes
1answer
128 views
Web Reference or Service Reference in Business layer, where is the published url?
I have a solution that uses caching to trigger some action in the business project within my solution. I would like to call a web service from this project and was going to add either a web or service ...
0
votes
2answers
55 views
Need some help with code for getting a response from a Web service. Can you help me connect the dots?
Ok, its been a while since I've worked with a Web References. I need a refresher. I think I have about 80% of the code I need to get a response going but I'm missing something. Maybe you can help me ...
0
votes
1answer
890 views
Web Reference namespace not seen by Visual Studio 2010 compiler after 2.0 to 3.5 project conversion
I'm getting a build error in Visual Studio that's not making any sense:
The type or namespace name 'MyService' does not exist in the namespace 'My.Project' (are you missing an assembly reference?) ...
0
votes
3answers
1k views
Problem with updating web reference in visual studio
The Problem is that I have a web reference genereted from WSDL file.
Now I have new WSDL but the old location where the WSDL was erlier is not accesible.
Where I can change the path to the new WSDL to ...
0
votes
1answer
75 views
Can I add ony specific WCF endpoints to a .NET 2.0 project as web references?
I'm developing a .NET 2.0 client application that needs to connect to a WCF service. I add a web reference to a basicHttpBinding WCF service that we've developed and VS creates the proxy class and the ...
0
votes
1answer
110 views
How do I consume a webservice running on localhost in a project located on a vm?
I am running a webservice on my development box and I need to test that webservice in a virtual machine that is running on the host(aka the development box). The webservice on the dev box is running ...
0
votes
1answer
263 views
In winforms, how do I dynamically change the url of my web reference?
I have 2 web sites with the identical web service. For web service "SampleService", I would like to know how to choose which web server to choose from.
Web service: "SampleService"
Web reference ...
0
votes
1answer
265 views
Changing “web reference” to “service reference” changes method signature
I'm helping out a colleague on this one so if I'm missing some details that's why.
We have an asp.net 3.5 web application calling a WCF service. Originally the app used a "Web Reference" to register ...
0
votes
1answer
222 views
How do I move a Web References from one project to another in VS2010?
I'm doing some solution housecleaning and want to move a few web references from one project to another. VS2010 will not let me drag/drop them from one project to another. What is the easiest way to ...
0
votes
2answers
977 views
Adding web reference is not generating the expected reference.cs file. Absent functions
I'm working with an old windows app in visual studio 2005. A webserviced referenced in the original app has 2 functions and when i peak inside the auto-generated reference.cs file I notice a couple of ...
0
votes
1answer
806 views
Add Service Reference to WCF Service within Same Project
Is it an acceptable programming practice to add a Service Reference to a Project where the Service being referenced is defined within the same VS Project? (Service and Service Reference are in the ...
0
votes
1answer
407 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 with the notion of ...