Tagged Questions

5
votes
2answers
171 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 ...
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
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
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 ...
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
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
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
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
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
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
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
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 ...