Questions tagged [web-reference]

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

In the code, Web References are generated that locally represent the exposed functionality (methods) of a Web resource. Upon invocation of the local methods, the proxy interacts with the Web resource and returns the results back to the client.

Web References may be created in the same or different programming language or environment than the exposed Web service or resource.

Links:

173 questions
1
vote
0 answers

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 the client using Add Service Reference, tried some…
George Taskos
  • 8,324
  • 18
  • 82
  • 147
1
vote
1 answer

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:
Josh
  • 8,219
  • 13
  • 76
  • 123
1
vote
1 answer

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 service provided by the vendor. This service will…
Aaron Wynn
  • 101
  • 2
  • 9
0
votes
1 answer

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 when built with VS11 and the reference is added…
0
votes
1 answer

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
duzenz
  • 331
  • 1
  • 4
  • 9
0
votes
1 answer

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 C# and everything else on the solution is in…
kurry
  • 159
  • 1
  • 3
  • 6
0
votes
0 answers

Add custom action in content-type with a Net Client MTOM

I've a problem that I dont find any type of resolution.. I've to call a customer WDSL (and this works fine) with Net 4.6.1 and using VS 2022: I'd tryed to add WSDL with a service reference and then with a web reference but I've the same problem (so…
Giangio
  • 1
  • 1
0
votes
0 answers

How to fix Visual Studio not creating a Proxy class when adding a WSDL Web Reference after upgrading DevExpress to 21.2?

i am fighting with this since more than a day and did not find a solution. Yesterday DevExpress requested upgrade references from 20.x to 21.2, so i confirmed the wizard. It somehow cleaned all references, including a very important one to a WSDL…
0
votes
0 answers

WebService objects are null after Post via Postman

I have multiple post methods given by the interface of a .wsdl (After adding service-reference) file. The objects HeartbeatRequest and ErrorRequest are also defined by the .wsdl . . . [WebMethod] public HeartbeatResponse…
0
votes
1 answer

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 on some machines and not often.. I start a call…
Peter
  • 37,042
  • 39
  • 142
  • 198
0
votes
0 answers

Add Web Reference - 'The underlying connection was closed: An unexpected error occurred on a send' in Visual Studio 2013

Trying to repoint an existing BizTalk 2013 project to write to a new SharePoint 2016 list. The original development had it pointing to an on-prem SharePoint 2010 list, which was built using a Web Reference. Every time I try to generate a new Web…
0
votes
0 answers

Reference.cs missing some classes when adding an asmx WCF Service Reference. Why? How to fix?

It was not happening when using Web Reference in old .NET Frameworks. It auto generates with success but when i look into it, it has more lines although it is short of some classes i need to use.
heimzza
  • 276
  • 4
  • 12
0
votes
0 answers

How can you add a legacy web reference to .net core project

I have a .net core project that I need to add a web reference to an older legacy web reference (written in vb.net) Typically I would have selected service reference > advanced > add web reference. I don't get those options in the .netcore project.…
pldiguanaman
  • 125
  • 1
  • 9
0
votes
1 answer

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. When the page loads for first time, the reference…
kubilay
  • 5,047
  • 7
  • 48
  • 66
0
votes
1 answer

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 Magento ecommerce stores. Some of these stores could be…
JK.
  • 21,477
  • 35
  • 135
  • 214