Tagged Questions

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. ...
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
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 ...
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
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
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
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
129 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
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
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
6answers
948 views

Problems consuming webservice on ASP.NET on production(IIS) server

We've implemented some SOAP client code on our ASP.NET site that calls up a remote service. Implementation was basically done by using Visual Studio "Add Web Reference" wizard, adding proper 'using ...
0
votes
3answers
802 views

How do I change the URL of my web service?

If I change the url in the web.config file will the change be reflected in the .disco, .discomap, and .wsdl files that are in the WebReferences folder? [Edit] I'm using asp.net 2005