Tagged Questions

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 ...
1
vote
2answers
30 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
220 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
1answer
502 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. ...
0
votes
1answer
23 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
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
98 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
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
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 ...
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
807 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