Skip to main content
0 votes
0 answers
10 views

Calling ASMX task based method with object parameter results in Unknown web method error

I have an async ASMX web method which works as expected when passing a simple string (I followed the excellent information provided by Stephen Cleary on this question Calling Task-based methods from ...
lukep's user avatar
  • 131
0 votes
0 answers
19 views

SOAP Request Fails with SSL/TLS Error on Server in .NET Core , Works Locally and in SoapUI

I am trying to send a request to an ASMX service using my code. The code works perfectly on my local machine, and I receive a correct response there. Additionally, sending the request via SoapUI on ...
maryam mohammadbagheri's user avatar
0 votes
0 answers
20 views

How to perform Basic Authentication in Web Service asmx?

I do not have any experience in working in asmx. The company I work in is trying to update their time entry site. It was built in using web service asmx and anyone with the url could access the time ...
Faysal Mahmud's user avatar
0 votes
0 answers
55 views

Webservice SOAP ASMX downt work in Android and iOS .net MAUI 8.0

I try to consume a SOAP WebService on an Android device and it shows the error "Connection failure". On iOS, the error is "dynamic code generation is not supported on this platform"...
Herick's user avatar
  • 1
0 votes
0 answers
10 views

The top XML element 'ReservationControlInformationDetailsTypeI' from namespace '' references distinct types

I used svcutil to generate proxy class. I used this proxy class to communicate with Amadeus web services, But when compiling the web service, the error is generated and it is given below. The top XML ...
wiki's user avatar
  • 185
0 votes
1 answer
69 views

Error in Uploading an Image to a localhost SQL server using ASP.NET Core and C#

I want to send image itself to a SQL Server on localhost (send an image from my computer to localhost using ASP.NET Core web service written in C#). I tried this in my client side: OpenFileDialog opf =...
user12235025's user avatar
0 votes
1 answer
44 views

Getting undefined value by ajax success data in asp.net

I am calling function from .asmx.cs file by ajax web method. Now, I am getting output undefined value in ajax success. Here is my code, <input type="button" id="btnGetStock" ...
s.k.Soni's user avatar
  • 1,280
0 votes
0 answers
50 views

first call for ASMX Web Service is really slow

I developed XML Web service with C#/.Net, But the problem is first request for the web method is really slow. How can I sort the issue?. I have applied several solutions from the internet findings, ...
wiki's user avatar
  • 185
0 votes
0 answers
60 views

Redirect ASMX on one domain to another ASMX on another domain

I have an asmx web service on a server running Windows Server 2019 and IIS 10. oldapp.com/services/service1.asmx I want to redirect the consumption of that service to another domain on that same ...
Rocoso's user avatar
  • 193
0 votes
1 answer
34 views

'String was not recognized as a valid DateTime.' in asmx.cs file of asp.net c#

I have Two Input Type = "Date" and one Input Type = "Button" <input type="date" runat="server" id="dtp_from" /> <input type="date" ...
s.k.Soni's user avatar
  • 1,280
0 votes
1 answer
24 views

Is it possible to create MVC controler on classic web application

I've an WEB application with aspx page (No database, very simple web application). But Now I need to add some API services. I would add controler like when I programm in MVC but is it possible. I try ...
YannickIngenierie's user avatar
0 votes
1 answer
53 views

How do I make a WSDL generated by a desktop proyect automatically, resemble another WSDL generated by a web service?

This is my first time as a poster since years of bein a lurker here. I'll also take this opportunity to thank all this community for their help consistently over the years. Thank you! It's also my ...
StackHelp's user avatar
0 votes
2 answers
83 views

Migrate ASMX web method to WCF which accepts string array

I have one legacy ASMX service which is consumed by many clients (java, .Net, Python etc). I want to upgrade ASMX service to WCF without impacting my clients (means they will not do any change in ...
Paresh Dehadray's user avatar
0 votes
0 answers
47 views

Good Ol' CORs question, ASP.Net, asmx, soap

I have an old asp.net soap service that I need to keep running for the next few years but I am updating the interface to run via a webapp instead of an old Windows app. I am trying to get to work and ...
ClosDesign's user avatar
  • 3,924
0 votes
0 answers
26 views

Modify WSDL Output Schema on ASMX .net

Im having an issue with asp.net asmx output schemas, I also tried WCF method. But still failed I create a WSDL with .net ASMX and wanted to have an output like this Expected result But my code ...
Ferial Fahlevi's user avatar

15 30 50 per page
1
2 3 4 5
189